[node-patches] Change in ovirt-node[master]: recipe: Install libvirtd.upstart file

fabiand at redhat.com fabiand at redhat.com
Thu Jul 2 08:21:04 UTC 2015


Fabian Deutsch has uploaded a new change for review.

Change subject: recipe: Install libvirtd.upstart file
......................................................................

recipe: Install libvirtd.upstart file

Whitelisting the file does not work. We are now installing it into the correct place.

Change-Id: Ia5ce729fea68fd3a3cae9119da4702195c83d7d3
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1233059
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/rhevh6-post.ks
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/34/43134/1

diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks
index 656cdaa..618630c 100644
--- a/recipe/rhevh6-post.ks
+++ b/recipe/rhevh6-post.ks
@@ -24,6 +24,10 @@
 cpe:/o:redhat:enterprise_linux:${MAJORVER}:update${MINORVER}:hypervisor${TYPE}
 EOF_CPE
 
+echo "Installing libvirtd.upstart file"
+# https://bugzilla.redhat.com/show_bug.cgi?id=1233059
+cp -v /usr/share/doc/libvirt-*/libvirtd.upstart /etc/init/libvirtd.conf
+
 echo "Configuring IPTables"
 # here, we need to punch the appropriate holes in the firewall
 cat > /etc/sysconfig/iptables << \EOF


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5ce729fea68fd3a3cae9119da4702195c83d7d3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list