[node-patches] Change in ovirt-node[node-3.0]: Record corret logging info for cim password during autoinstall
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Feb 19 14:15:40 UTC 2014
Hello hadong,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/24762
to review the following change.
Change subject: Record corret logging info for cim password during autoinstall
......................................................................
Record corret logging info for cim password during autoinstall
Change-Id: Ibbca4406d43dd52d5d62f0c6bd412d04311c533c
Bug-Url:https://bugzilla.redhat.com/show_bug.cgi?id=1056398
Signed-off-by: hadong <hadong at redhat.com>
---
M scripts/ovirt-init-functions.sh.in
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/62/24762/1
diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in
index a1f4f18..8e7f185 100644
--- a/scripts/ovirt-init-functions.sh.in
+++ b/scripts/ovirt-init-functions.sh.in
@@ -904,7 +904,7 @@
}
if [ -n "$cim_passwd" ]; then
- log "Setting temporary admin password"
+ log "Setting temporary cim password"
unmount_config /etc/passwd /etc/shadow
/usr/sbin/usermod -p "$cim_passwd" cim
fi
--
To view, visit http://gerrit.ovirt.org/24762
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbca4406d43dd52d5d62f0c6bd412d04311c533c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-3.0
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: hadong <hadong0720 at gmail.com>
More information about the node-patches
mailing list