Change in vdsm[master]: bootstrap: start messagebus as it is libvirtd dependency

Alon Bar-Lev alonbl at redhat.com
Sun Dec 2 15:22:20 UTC 2012


Alon Bar-Lev has uploaded a new change for review.

Change subject: bootstrap: start messagebus as it is libvirtd dependency
......................................................................

bootstrap: start messagebus as it is libvirtd dependency

Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892
Signed-off-by: Alon Bar-Lev <alonbl at redhat.com>
---
M vds_bootstrap/vds_bootstrap.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/46/9646/1

diff --git a/vds_bootstrap/vds_bootstrap.py b/vds_bootstrap/vds_bootstrap.py
index 502fb2f..61e0f6f 100755
--- a/vds_bootstrap/vds_bootstrap.py
+++ b/vds_bootstrap/vds_bootstrap.py
@@ -191,6 +191,7 @@
 CONFLICT_SERVICES = ['cpuspeed']
 
 if rhel6based:
+    NEEDED_SERVICES.append('messagebus')
     NEEDED_SERVICES.append('libvirtd')
     CONFLICT_SERVICES.append('libvirt-guests')
 else:
@@ -785,6 +786,7 @@
         self.message = "Created management bridge."
 
         if rhel6based:
+             deployUtil.setService("messagebus", "start")
              deployUtil.setService("libvirtd", "start")
 
         if deployUtil.preventDuplicate(bridgeName=self._bridgeName):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief3ab4003b10f7dcc13443355e77f61a22ffb892
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl at redhat.com>


More information about the vdsm-patches mailing list