Merge "Use new openstackclient tag"
This commit is contained in:
@@ -17,6 +17,8 @@ class cloudkitty::client (
|
|||||||
package { 'python-cloudkittyclient':
|
package { 'python-cloudkittyclient':
|
||||||
ensure => $ensure,
|
ensure => $ensure,
|
||||||
name => $cloudkitty::params::client_package_name,
|
name => $cloudkitty::params::client_package_name,
|
||||||
tag => 'openstack',
|
tag => ['openstack', 'openstackclient'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include openstacklib::openstackclient
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ describe 'cloudkitty::client' do
|
|||||||
is_expected.to contain_package('python-cloudkittyclient').with(
|
is_expected.to contain_package('python-cloudkittyclient').with(
|
||||||
:ensure => 'present',
|
:ensure => 'present',
|
||||||
:name => platform_params[:client_package_name],
|
:name => platform_params[:client_package_name],
|
||||||
:tag => 'openstack',
|
:tag => ['openstack', 'openstackclient'],
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user