Dan Kenigsberg has uploaded a new change for review.

Change subject: use SASL_USERNAME instead of its upstream value
......................................................................

use SASL_USERNAME instead of its upstream value

commit 98a2692fe reverted broken code, but it also added new code, that
the reviewer failed to notice. This patch fixes it.

Bug-Url : https://bugzilla.redhat.com/show_bug.cgi?id=1168689
Change-Id: Idf7800e26d95e5da9d64b615de420389bbc7e52f
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/99/35799/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 7f878c2..358f15c 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -789,7 +789,7 @@
 %{_bindir}/vdsm-tool configure --module sanlock --force >/dev/null
 # update the vdsm "secret" password for libvirt
 if [ -f /etc/pki/vdsm/keys/libvirt_password ]; then
-    @SASLPASSWD2_PATH@ -p -a libvirt vdsm@ovirt < \
+    @SASLPASSWD2_PATH@ -p -a libvirt @SASL_USERNAME@ < \
             /etc/pki/vdsm/keys/libvirt_password
 fi
 


-- 
To view, visit http://gerrit.ovirt.org/35799
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf7800e26d95e5da9d64b615de420389bbc7e52f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to