From: Emilien Macchi Date: Mon, 29 Jun 2015 19:22:28 +0000 (-0400) Subject: acceptance: install latest openstack-selinux X-Git-Tag: 6.0.0~5 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b28de45c2bf497eb202728f9cd3ecbf4fa7ec1e6;p=puppet-modules%2Fpuppet-ceilometer.git 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: I77086257703552c520bf00ae318936f82f6dffdf --- diff --git a/spec/acceptance/ceilometer_with_mysql_spec.rb b/spec/acceptance/ceilometer_with_mysql_spec.rb index f63ca9b..989f95b 100644 --- a/spec/acceptance/ceilometer_with_mysql_spec.rb +++ b/spec/acceptance/ceilometer_with_mysql_spec.rb @@ -22,6 +22,7 @@ describe 'ceilometer with mysql' do class { '::openstack_extras::repo::redhat::redhat': release => 'kilo', } + package { 'openstack-selinux': ensure => 'latest' } $package_provider = 'yum' } default: {