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: I6e99e240e75fd4cfa9ec94b0587e46668e1b259e
This commit is contained in:
ZhongShengping 2019-05-16 09:52:26 +08:00
parent 025cea78b6
commit 6a13cb3e84
3 changed files with 7 additions and 0 deletions

View File

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

View File

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

View File

@ -14,6 +14,8 @@ describe 'zaqar::client' do
:tag => 'openstack',
)
end
it { is_expected.to contain_class('openstacklib::openstackclient') }
end
on_supported_os({