Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: add temp dir to answer file
......................................................................

packaging: setup: add temp dir to answer file

Change-Id: I38a4032ba5d8f484517be48417c9fe879a1ff0b0
Signed-off-by: Yedidyah Bar David <d...@redhat.com>
---
M src/ovirt_hosted_engine_setup/constants.py
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup 
refs/changes/12/40612/1

diff --git a/src/ovirt_hosted_engine_setup/constants.py 
b/src/ovirt_hosted_engine_setup/constants.py
index eac86fa..a4e7eef 100644
--- a/src/ovirt_hosted_engine_setup/constants.py
+++ b/src/ovirt_hosted_engine_setup/constants.py
@@ -325,7 +325,12 @@
     REQUIREMENTS_CHECK_ENABLED = 'OVEHOSTED_CORE/checkRequirements'
     ADDITIONAL_HOST_ENABLED = 'OVEHOSTED_CORE/additionalHostEnabled'
     IS_ADDITIONAL_HOST = 'OVEHOSTED_CORE/isAdditionalHost'
-    TEMPDIR = 'OVEHOSTED_CORE/tempDir'
+
+    @ohostedattrs(
+        answerfile=True,
+    )
+    def TEMPDIR(self):
+        return 'OVEHOSTED_CORE/tempDir'
 
     @ohostedattrs(
         answerfile=True,


-- 
To view, visit https://gerrit.ovirt.org/40612
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I38a4032ba5d8f484517be48417c9fe879a1ff0b0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to