Added random passwords for components.

Change-Id: I5a6e0dd51bfa858f1543799cf7295ec5b3c2d1ef
Fixes: rhbz#887299
This commit is contained in:
Martin Magr
2013-01-21 10:49:18 +01:00
parent 8bced500cb
commit acefd6adee
16 changed files with 119 additions and 26 deletions

View File

@@ -1,9 +1,8 @@
class {"nova::keystone::auth":
password => "nova_default_password",
password => "%(CONFIG_NOVA_KS_PW)s",
public_address => "%(CONFIG_NOVA_API_HOST)s",
admin_address => "%(CONFIG_NOVA_API_HOST)s",
internal_address => "%(CONFIG_NOVA_API_HOST)s",
cinder => true,
}