Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: keep local storage domain name in answerfile
......................................................................

packaging: setup: keep local storage domain name in answerfile

Change-Id: If58f08d560aa3e7dec847f60bb704457170843ca
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/setup/ovirt_engine_setup/constants.py
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/85/27685/1

diff --git a/packaging/setup/ovirt_engine_setup/constants.py 
b/packaging/setup/ovirt_engine_setup/constants.py
index 258322f..49345f6 100644
--- a/packaging/setup/ovirt_engine_setup/constants.py
+++ b/packaging/setup/ovirt_engine_setup/constants.py
@@ -1143,7 +1143,13 @@
     def STORAGE_DOMAIN_DIR(self):
         return 'OVESETUP_AIO/storageDomainDir'
 
-    STORAGE_DOMAIN_NAME = 'OVESETUP_AIO/storageDomainName'
+    @osetupattrs(
+        answerfile=True,
+        description=_('Local storage domain name'),
+    )
+    def STORAGE_DOMAIN_NAME(self):
+        return 'OVESETUP_AIO/storageDomainName'
+
     SSHD_PORT = 'OVESETUP_AIO/sshdPort'
     DEFAULT_SSH_PORT = 22
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If58f08d560aa3e7dec847f60bb704457170843ca
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to