Simone Tiraboschi has uploaded a new change for review.

Change subject: packaging: setup: moving vm.conf to /var/run
......................................................................

packaging: setup: moving vm.conf to /var/run

The local filesystem vm.conf it's now just a temporary instance,
the master version is on the shared storage domain.
Moving it to /var/run

Change-Id: I14957bc5e7511842f2c86f7ec55470ad0ae6ce24
Signed-off-by: Simone Tiraboschi <stira...@redhat.com>
---
M src/ovirt_hosted_engine_setup/constants.py
1 file changed, 5 insertions(+), 0 deletions(-)


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

diff --git a/src/ovirt_hosted_engine_setup/constants.py 
b/src/ovirt_hosted_engine_setup/constants.py
index 89de250..4bc8233 100644
--- a/src/ovirt_hosted_engine_setup/constants.py
+++ b/src/ovirt_hosted_engine_setup/constants.py
@@ -142,6 +142,11 @@
         'vm.conf.in'
     )
     ENGINE_VM_CONF = os.path.join(
+        config.LOCALSTATEDIR,
+        'run',
+        'vm.conf'
+    )
+    PREV_ENGINE_VM_CONF = os.path.join(  # Only for upgrades, remove after 3.6
         config.SYSCONFDIR,
         OVIRT_HOSTED_ENGINE,
         'vm.conf'


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I14957bc5e7511842f2c86f7ec55470ad0ae6ce24
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to