@@ -1,4 +1,9 @@
|
||||
|
||||
package {"horizon-packages":
|
||||
name => ["python-memcached", "python-netaddr"],
|
||||
notify => Class["horizon"],
|
||||
}
|
||||
|
||||
class {'horizon':
|
||||
secret_key => '%(CONFIG_HORIZON_SECRET_KEY)s',
|
||||
keystone_host => '%(CONFIG_KEYSTONE_HOST)s',
|
||||
|
||||
@@ -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