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: I3748cb4266b0d9c59bdcf4574b3755f2d897fc96
This commit is contained in:
ZhongShengping 2019-05-16 09:52:23 +08:00
parent 5dfc798eb8
commit 3854d2f531
3 changed files with 7 additions and 0 deletions

View File

@ -18,5 +18,7 @@ class gnocchi::client (
tag => 'openstack',
}
include '::openstacklib::openstackclient'
}

View File

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

View File

@ -10,6 +10,8 @@ describe 'gnocchi::client' do
:name => platform_params[:client_package_name],
:tag => 'openstack',
)}
it { is_expected.to contain_class('openstacklib::openstackclient') }
end
on_supported_os({