Add openstackclient installation to the client class
The repo is inside the openstackclient plugin commands[1]. [1]https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands.html Change-Id: I1f571d7fac536e95c1acc0ddd9d463672dc25a37
This commit is contained in:
parent
2cbfbf7d5f
commit
321a15b342
@ -43,4 +43,6 @@ class trove::client (
|
||||
tag => 'openstack',
|
||||
}
|
||||
|
||||
include '::openstacklib::openstackclient'
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Add openstackclient installation to the client class.
|
@ -41,6 +41,7 @@ describe 'trove::client' do
|
||||
)}
|
||||
end
|
||||
|
||||
it { is_expected.to contain_class('openstacklib::openstackclient') }
|
||||
end
|
||||
|
||||
on_supported_os({
|
||||
|
Loading…
Reference in New Issue
Block a user