Pin older openstack-selinux

The newer version of openstack-selinux-0.7.12-1.el7 has broken running
keystone under apache. Pin to an older version until BZ#1402926 can be
resolved.

Change-Id: I0c17dec53bc7e3b97dd3232c579221b8a1418e51
This commit is contained in:
Alex Schultz 2016-12-08 10:46:50 -07:00
parent 30a78d1b80
commit 40edc5d5a5

View File

@ -4,7 +4,8 @@ class openstack_integration {
if $::osfamily == 'RedHat' {
package { 'openstack-selinux':
ensure => 'latest'
# TODO(aschultz): remove this when openstack-selinux is updated BZ#1402926
ensure => '0.7.4-2.el7'
}
# Some packages provided by RDO are virtual
# allow_virtual is false in Puppet 3 and will be true