Make sure keystone package name is asserted
... and fix a type in a spec file. Change-Id: Ibb80e96982f5639ef7235d4ea893d4d12c05a14c Co-Authored-By: Rajesh Tailor <ratailor@redhat.com> (cherry picked from commitfd5b32aeb6) (cherry picked from commit36335f0933)
This commit is contained in:
@@ -10,8 +10,9 @@ describe 'keystone' do
|
||||
it { is_expected.to contain_class('keystone::policy') }
|
||||
|
||||
it { is_expected.to contain_package('keystone').with(
|
||||
'ensure' => 'present',
|
||||
'tag' => ['openstack', 'keystone-package'],
|
||||
:ensure => 'present',
|
||||
:name => platform_params[:package_name],
|
||||
:tag => ['openstack', 'keystone-package'],
|
||||
) }
|
||||
|
||||
it { is_expected.to contain_class('keystone::client').with(
|
||||
@@ -631,7 +632,7 @@ describe 'keystone' do
|
||||
:service_name => 'keystone',
|
||||
:httpd_service_name => 'apache2' }
|
||||
when 'RedHat'
|
||||
{ :package_name => 'opnestack-keystone',
|
||||
{ :package_name => 'openstack-keystone',
|
||||
:service_name => 'openstack-keystone',
|
||||
:httpd_service_name => 'httpd' }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user