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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user