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:
parent
025cea78b6
commit
6a13cb3e84
@ -21,4 +21,6 @@ class zaqar::client (
|
|||||||
tag => 'openstack',
|
tag => 'openstack',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include '::openstacklib::openstackclient'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add openstackclient installation to the client class.
|
@ -14,6 +14,8 @@ describe 'zaqar::client' do
|
|||||||
:tag => 'openstack',
|
:tag => 'openstack',
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('openstacklib::openstackclient') }
|
||||||
end
|
end
|
||||||
|
|
||||||
on_supported_os({
|
on_supported_os({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user