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: I857de092429e94890064a16475c0442f3751ae45
This commit is contained in:
parent
dd3ba5ed0a
commit
33574debba
@ -21,4 +21,6 @@ class neutron::client (
|
||||
tag => ['neutron-support-package', 'openstack'],
|
||||
}
|
||||
|
||||
include '::openstacklib::openstackclient'
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Add openstackclient installation to the client class.
|
@ -12,6 +12,8 @@ describe 'neutron::client' do
|
||||
:tag => ['neutron-support-package', 'openstack']
|
||||
)
|
||||
end
|
||||
|
||||
it { is_expected.to contain_class('openstacklib::openstackclient') }
|
||||
end
|
||||
|
||||
on_supported_os({
|
||||
|
Loading…
Reference in New Issue
Block a user