[node-patches] Change in ovirt-node[master]: move libvirt-cim configuration to cim plugin
mburns at redhat.com
mburns at redhat.com
Thu Feb 21 16:55:41 UTC 2013
Michael Burns has uploaded a new change for review.
Change subject: move libvirt-cim configuration to cim plugin
......................................................................
move libvirt-cim configuration to cim plugin
Change-Id: Ib89be318a7d6041213460f6e747843d98cf889cd
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M ovirt-node.spec.in
M recipe/common-post.ks
2 files changed, 3 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/94/12294/1
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index de9a0c7..dfa0430 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -149,6 +149,9 @@
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
%endif
+#CIM related changes
+# set read-only
+echo "readonly = true;" > /etc/libvirt-cim.conf
%prep
%setup -q
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index c6d2368..5262dd2 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -236,10 +236,6 @@
save
EOF_sshd_config
-#CIM related changes
-# set read-only
-echo "readonly = true;" > /etc/libvirt-cim.conf
-
# disable yum repos by default
rm -f /tmp/yum.aug
for i in $(augtool match /files/etc/yum.repos.d/*/*/enabled 1); do
--
To view, visit http://gerrit.ovirt.org/12294
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib89be318a7d6041213460f6e747843d98cf889cd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list