Displaying 1 result from an estimated 1 matches for "000afa1".
Did you mean:
0005a7a1
2009 May 26
0
[PATCH node] Remove --gssapi option to libvirt-qpid
...he new qpidc does not allow the 'GSSAPI' string to be
an option anymore, causing connection to fail.
Signed-off-by: Ian Main <imain at redhat.com>
---
scripts/ovirt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt b/scripts/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=\"--bro...