[node-patches] Change in ovirt-node[master]: Fix defaults.iSCSI

rbarry at redhat.com rbarry at redhat.com
Tue Nov 11 18:35:28 UTC 2014


Ryan Barry has uploaded a new change for review.

Change subject: Fix defaults.iSCSI
......................................................................

Fix defaults.iSCSI

Return ISCSI_TARGET_HOST. ISCSI_TARGET_IP is not set anywhere and
not referenced anywhere in the codebase

Change-Id: Icb42b78bdc7bdb0b4f1bd2a0d4087aaf768a5ee9
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/config/defaults.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/56/35056/1

diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
old mode 100644
new mode 100755
index ed81de6..c98d069
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -1275,7 +1275,7 @@
     """
     keys = ("OVIRT_ISCSI_NODE_NAME",
             "OVIRT_ISCSI_TARGET_NAME",
-            "OVIRT_ISCSI_TARGET_IP",
+            "OVIRT_ISCSI_TARGET_HOST",
             "OVIRT_ISCSI_TARGET_PORT")
 
     @NodeConfigFileSection.map_and_update_defaults_decorator


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb42b78bdc7bdb0b4f1bd2a0d4087aaf768a5ee9
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