fix for config yamls to enable solo personas based installs
This commit is contained in:
@@ -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"
|
||||
...
|
||||
|
||||
@@ -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"
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user