Merge "Install python-openstackclient on puppetmaster"

This commit is contained in:
Jenkins 2016-07-19 00:42:02 +00:00 committed by Gerrit Code Review
commit f897d73412

View File

@ -159,7 +159,11 @@ class openstack_project::puppetmaster (
}
# For launch/launch-node.py.
package { 'shade':
$pip_packages = [
'shade',
'python-openstackclient',
]
package { $pip_packages:
ensure => latest,
provider => openstack_pip,
}