Merge pull request #27 from derekhiggins/master

dependency fixes
This commit is contained in:
Derek Higgins
2012-12-18 08:30:27 -08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -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',

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":