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: I9ba7a08349264e39327f9ceeb259c5ff82f12703
This commit is contained in:
@@ -22,6 +22,7 @@ describe 'basic nova' do
|
||||
class { '::openstack_extras::repo::redhat::redhat':
|
||||
release => 'kilo',
|
||||
}
|
||||
package { 'openstack-selinux': ensure => 'latest' }
|
||||
$package_provider = 'yum'
|
||||
}
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user