acceptance: install openstack-selinux on redhat plateforms

To be consistent with other modules, install openstack-selinux package
in acceptance.

Change-Id: Ia09db12582b886bf43b9c591fcdc719263c22bfb
This commit is contained in:
Emilien Macchi 2015-08-14 17:24:36 -04:00
parent 6a29e260bb
commit 36cbfc0bcc

View File

@ -32,6 +32,7 @@ describe 'basic ironic' do
},
}
$package_provider = 'yum'
package { 'openstack-selinux': ensure => 'latest' }
}
default: {
fail("Unsupported osfamily (${::osfamily})")