acceptance: install latest openstack-selinux
Since SELinux is enforced by default, we need to make sure openstack-selinux is installed from the latest version to have OpenStack correctly working. Change-Id: Ib07d2a724c0cf0ac78cc656fcdcef849f05ea8b7
This commit is contained in:
parent
7ef8c53cce
commit
95b4d9d6af
@ -21,6 +21,7 @@ describe 'basic swift' do
|
||||
class { '::openstack_extras::repo::redhat::redhat':
|
||||
release => 'kilo',
|
||||
}
|
||||
package { 'openstack-selinux': ensure => 'latest' }
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily (${::osfamily})")
|
||||
|
Loading…
Reference in New Issue
Block a user