search for: libvirt_qpid_arg

Displaying 2 results from an estimated 2 matches for "libvirt_qpid_arg".

Did you mean: libvirt_qpid_args
2009 May 26
0
[PATCH node] Remove --gssapi option to libvirt-qpid
...s/ovirt index 8296783..000afa1 100755 --- a/scripts/ovirt +++ b/scripts/ovirt @@ -63,7 +63,7 @@ start() { if [ -n "$SRV_HOST" -a -n "$SRV_PORT" ]; then libvirt_qpid_conf=/etc/sysconfig/libvirt-qpid if [ -f $libvirt_qpid_conf ]; then - echo "LIBVIRT_QPID_ARGS=\"--broker $SRV_HOST --port $SRV_PORT --gssapi\"" >> $libvirt_qpid_conf + echo "LIBVIRT_QPID_ARGS=\"--broker $SRV_HOST --port $SRV_PORT\"" >> $libvirt_qpid_conf echo "/usr/kerberos/bin/kinit -k -t /etc/libvirt/krb5.tab qpi...
2010 Feb 10
1
RFC: First pass at making the node generic...
I'm looking for feedback on this first patch. The node has been pushed towards a more generic boot process. With this patch the node can now boot up and execute a few specifically-named scripts that reside in /etc/node.d/ at key points during the startup. After this goes upstream, the next step will be to define in more detail the remote interfaces for the "managed" runtime