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: Iaea6f4c1df928c273ef358dcfaf95a49963bee20
This commit is contained in:
ZhongShengping 2019-05-16 09:52:23 +08:00
parent bbc413908e
commit 7173fefc39
3 changed files with 7 additions and 0 deletions

View File

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

View File

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

View File

@ -21,6 +21,8 @@ describe 'designate::client' do
:tag => 'openstack'
)
end
it { is_expected.to contain_class('openstacklib::openstackclient') }
end
context 'with custom package name' do