Install openstack-selinux for deployed-server

No other packages actually require openstack-selinux, so it must be
explicity installed.

Change-Id: Ic7b39ddfc4cfb28b8a08e9b02043211e4ca4a39a
Closes-Bug: #1675170
This commit is contained in:
James Slagle 2017-03-22 17:04:50 -04:00
parent b758dff575
commit 583a60248f
3 changed files with 10 additions and 2 deletions

View File

@ -8,7 +8,8 @@ yum install -y \
openstack-puppet-modules \
os-net-config \
openvswitch \
python-heat-agent*
python-heat-agent* \
openstack-selinux
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules

View File

@ -8,6 +8,7 @@ yum install -y \
openstack-puppet-modules \
os-net-config \
openvswitch \
python-heat-agent*
python-heat-agent* \
openstack-selinux
ln -s -f /usr/share/openstack-puppet/modules/* /etc/puppet/modules

View File

@ -0,0 +1,6 @@
---
fixes:
- openstack-selinux is now installed by the deployed-server
bootstrap scripts. Previously, it was not installed, so
if SELinux was set to enforcing, all OpenStack policy
was missing.