Merge "Install openstack-selinux for deployed-server"

This commit is contained in:
Jenkins 2017-03-25 20:01:17 +00:00 committed by Gerrit Code Review
commit d0a5c71e72
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.