Merge "Install openstack-selinux for deployed-server"
This commit is contained in:
commit
d0a5c71e72
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user