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:
ZhongShengping 2019-05-16 09:52:26 +08:00
parent 2cbfbf7d5f
commit 321a15b342
3 changed files with 6 additions and 0 deletions

View File

@ -43,4 +43,6 @@ class trove::client (
tag => 'openstack',
}
include '::openstacklib::openstackclient'
}

View File

@ -0,0 +1,3 @@
---
features:
- Add openstackclient installation to the client class.

View File

@ -41,6 +41,7 @@ describe 'trove::client' do
)}
end
it { is_expected.to contain_class('openstacklib::openstackclient') }
end
on_supported_os({