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:
parent
30a78d1b80
commit
40edc5d5a5
@ -4,7 +4,8 @@ class openstack_integration {
|
|||||||
|
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
package { 'openstack-selinux':
|
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
|
# Some packages provided by RDO are virtual
|
||||||
# allow_virtual is false in Puppet 3 and will be true
|
# allow_virtual is false in Puppet 3 and will be true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user