Ohad Basan has uploaded a new change for review.

Change subject: packaging: disconnecting api instance at the end of all in one
......................................................................

packaging: disconnecting api instance at the end of all in one

this is necessary for ovirt live to work
because the ovirt live plugin creates another instance of the api object

Change-Id: I8ece6bb8f825606442322a087fd52a647af64ffe
Signed-off-by: Ohad Basan <oba...@redhat.com>
---
M packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/17847/1

diff --git a/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py 
b/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
index 4eb6fa8..21953cf 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/all-in-one/vdsm.py
@@ -268,6 +268,7 @@
             )
             storage_domain.set_type('data')
             engine_api.storagedomains.add(storage_domain)
+       engine_api.disconnect()
 
 
 # vim: expandtab tabstop=4 shiftwidth=4


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ece6bb8f825606442322a087fd52a647af64ffe
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ohad Basan <oba...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to