[Ovirt-devel] [PATCH node-image] Explicitly enable libvirt-qpid on node.

Ian Main imain at redhat.com
Wed Feb 25 22:21:23 UTC 2009


This patch adds libvirt-qpid to the list of daemons that should be
enabled at startup.  This is due to a change in libvirt-qpid to conform
to fedora packaging guidelines causing it to not be enabled by default.

I'm a bit concerned about previous builds not working after this change
to libvirt-qpid.. not sure how to handle that however.

Signed-off-by: Ian Main
---
 common-install.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common-install.ks b/common-install.ks
index f75fd21..975becd 100644
--- a/common-install.ks
+++ b/common-install.ks
@@ -5,7 +5,7 @@ auth --useshadow --enablemd5
 selinux --enforcing
 firewall --disabled
 part / --size 550 --fstype ext2
-services --enabled=ntpd,ntpdate,collectd,iptables,network,rsyslog
+services --enabled=ntpd,ntpdate,collectd,iptables,network,rsyslog,libvirt-qpid
 # This requires a new fixed version of livecd-creator to honor the --append settings.
 bootloader --timeout=30 --append="console=tty0 console=ttyS0,115200n8"
 
-- 
1.6.0.6




More information about the ovirt-devel mailing list