From 4566bafb78c447f6b379e7ea48a735b4aa0f6c32 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 22 May 2014 14:07:22 +1200 Subject: [PATCH] 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 --- hot/software-config/elements/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hot/software-config/elements/README.rst b/hot/software-config/elements/README.rst index d7e24072..a07a1df4 100644 --- a/hot/software-config/elements/README.rst +++ b/hot/software-config/elements/README.rst @@ -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 \