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:
ZhongShengping 2019-05-16 09:52:24 +08:00
parent 0e380a80b1
commit e27652a02b
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

@ -25,6 +25,7 @@ describe 'heat::client' do
)
end
it { is_expected.to contain_class('openstacklib::openstackclient') }
end
on_supported_os({