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:
Emilien Macchi 2015-06-29 15:26:06 -04:00
parent 7ef8c53cce
commit 95b4d9d6af
1 changed files with 1 additions and 0 deletions

View File

@ -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})")