refining the packages installed on the openstack client

cinder wasn't being installed
only need to install the swift and glance python packages
This commit is contained in:
Derek Higgins
2012-12-18 11:23:01 -05:00
parent 6ca6e63ed3
commit cf0acbc968

View File

@@ -1,6 +1,6 @@
package {"clientlibs":
name => ["python-novaclient", "python-keystoneclient", "openstack-glance", "openstack-swift"]
name => ["python-novaclient", "python-keystoneclient", "python-glanceclient", "python-swiftclient", "python-cinderclient"]
}
file {"/root/keystonerc_admin":