Merge "Move mysql::host param from MysqlInternal to MysqlNoBracketsInternal"
This commit is contained in:
@@ -56,7 +56,7 @@ outputs:
|
||||
heat::db::mysql::password: {get_param: HeatPassword}
|
||||
heat::keystone::domain::domain_password: {get_param: HeatStackDomainAdminPassword}
|
||||
heat::db::mysql::user: heat
|
||||
heat::db::mysql::host: {get_param: [EndpointMap, MysqlInternal, host]}
|
||||
heat::db::mysql::host: {get_param: [EndpointMap, MysqlNoBracketsInternal, host]}
|
||||
heat::db::mysql::dbname: heat
|
||||
heat::db::mysql::allowed_hosts:
|
||||
- '%'
|
||||
|
||||
Reference in New Issue
Block a user