Include selinux-permissive element for fedora

There is currently an issue with building fedora 20 images
that are selinux enabled. This change modifies the instructions
for building a software-config image to include the
selinux-permissive element, which allows image building to
complete.

Change-Id: Ib67dc5a30a4e1f25e282efbfefc89dd816f7be4e
Related-Bug: #1316241
This commit is contained in:
Steve Baker
2014-05-22 14:07:22 +12:00
parent 824239e053
commit 4566bafb78
+1 -1
View File
@@ -28,7 +28,7 @@ with the following:
git clone https://git.openstack.org/openstack/heat-templates.git
export ELEMENTS_PATH=tripleo-image-elements/elements:heat-templates/hot/software-config/elements
diskimage-builder/bin/disk-image-create vm \
fedora \
fedora selinux-permissive \
heat-config \
os-collect-config \
os-refresh-config \