fix for config yamls to enable solo personas based installs

This commit is contained in:
Peter T
2012-11-27 17:01:50 -08:00
parent 4a484ea5bc
commit e07be43938
2 changed files with 11 additions and 0 deletions

View File

@@ -44,8 +44,11 @@ nova:
ec2_admin_port: "$(nova:ec2_admin_port)"
protocol: "$(nova:protocol)"
# This is needed to allow installs based on personas
wanted_passwords:
rabbit: 'rabbit user'
service_token: 'service admin token'
admin_password: 'keystone admin user'
service_password: 'service authentication password'
sql: "database user"
...

View File

@@ -149,4 +149,12 @@ rabbit:
user_id: "$(rabbit-mq:user_id)"
host: "$(rabbit-mq:host)"
# This is needed to allow installs based on personas
wanted_passwords:
rabbit: 'rabbit user'
service_token: 'service admin token'
admin_password: 'keystone admin user'
service_password: 'service authentication password'
sql: "database user"
...