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: Ifa350a8056df0b5ff75d7755df4f05ed2a187272
This commit is contained in:
parent
1f2c317559
commit
49d89d34cd
@ -19,4 +19,6 @@ class congress::client (
|
||||
tag => 'openstack',
|
||||
}
|
||||
|
||||
include '::openstacklib::openstackclient'
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Add openstackclient installation to the client class.
|
@ -16,6 +16,7 @@ describe 'congress::client' do
|
||||
:tag => 'openstack',
|
||||
)
|
||||
end
|
||||
it { is_expected.to contain_class('openstacklib::openstackclient') }
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user