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: I2d15a0b30394e9187bda81f5dcb0074d579574c5
This commit is contained in:
@@ -19,4 +19,6 @@ class mistral::client(
|
|||||||
name => $::mistral::params::client_package,
|
name => $::mistral::params::client_package,
|
||||||
tag => ['openstack', 'mistral-package'],
|
tag => ['openstack', 'mistral-package'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include '::openstacklib::openstackclient'
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add openstackclient installation to the client class.
|
@@ -14,6 +14,8 @@ describe 'mistral::client' do
|
|||||||
:tag => ['openstack', 'mistral-package']
|
:tag => ['openstack', 'mistral-package']
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('openstacklib::openstackclient') }
|
||||||
end
|
end
|
||||||
|
|
||||||
on_supported_os({
|
on_supported_os({
|
||||||
|
Reference in New Issue
Block a user