Merge "Use new openstackclient tag"
This commit is contained in:
commit
94a5e732f0
@ -16,7 +16,7 @@ class aodh::client (
|
||||
package { 'python-aodhclient':
|
||||
ensure => $ensure,
|
||||
name => $::aodh::params::client_package_name,
|
||||
tag => 'openstack',
|
||||
tag => ['openstack', 'openstackclient'],
|
||||
}
|
||||
|
||||
include openstacklib::openstackclient
|
||||
|
@ -11,7 +11,7 @@ describe 'aodh::client' do
|
||||
is_expected.to contain_package('python-aodhclient').with(
|
||||
:ensure => 'present',
|
||||
:name => 'python3-aodhclient',
|
||||
:tag => 'openstack',
|
||||
:tag => ['openstack', 'openstackclient'],
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user