[node-patches] Change in ovirt-node[master]: Fis a typo in snmp_autoinstall

rbarry at redhat.com rbarry at redhat.com
Fri Dec 12 15:40:00 UTC 2014


Ryan Barry has uploaded a new change for review.

Change subject: Fis a typo in snmp_autoinstall
......................................................................

Fis a typo in snmp_autoinstall

Use snmp_password, not snmp_passwd so it clears correctly

Change-Id: I111c42841726c49eb774d233785c497678a78d0d
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1062541
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M plugins/snmp_autoinstall.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/33/36133/1

diff --git a/plugins/snmp_autoinstall.py b/plugins/snmp_autoinstall.py
index 06f2f30..2cf648c 100644
--- a/plugins/snmp_autoinstall.py
+++ b/plugins/snmp_autoinstall.py
@@ -27,7 +27,7 @@
     snmp = snmp_model.SNMP()
     if "snmp_password" in args and len(args["snmp_password"]) > 0:
         snmp.update(enabled=True)
-        tx = snmp.transaction(snmp_password=args["snmp_passwd"])
+        tx = snmp.transaction(snmp_password=args["snmp_password"])
         TransactionProgress(tx, is_dry=False).run()
         # clear ovirt_snmp_passwd from /etc/default/ovirt
         pw_keys = ("OVIRT_SNMP_PASSWORD",)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I111c42841726c49eb774d233785c497678a78d0d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list