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