Merge "Move mysql::host param from MysqlInternal to MysqlNoBracketsInternal"

This commit is contained in:
Jenkins
2016-07-22 14:03:33 +00:00
committed by Gerrit Code Review
7 changed files with 7 additions and 7 deletions

View File

@@ -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:
- '%'