diff --git a/packstack/puppet/templates/openstack_client.pp b/packstack/puppet/templates/openstack_client.pp index 0997c33e5..de02f5458 100644 --- a/packstack/puppet/templates/openstack_client.pp +++ b/packstack/puppet/templates/openstack_client.pp @@ -4,7 +4,7 @@ package { $clientdeps: } $clientlibs = ['python-novaclient', 'python-keystoneclient', 'python-glanceclient', 'python-swiftclient', - 'python-cinderclient'] + 'python-cinderclient', 'python-openstackclient'] package { $clientlibs: }