aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/heat-engine.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-22 14:03:33 +0000
committerGerrit Code Review <review@openstack.org>2016-07-22 14:03:33 +0000
commitaa71f16a69f063f9a23377271c7cd17a0c4195cc (patch)
treead036fd75fbda4246d63e2d8f5e6c78ff8bed06c /puppet/services/heat-engine.yaml
parent6b30ff11d4e2eafda7a3ab693055c687d4a8da5d (diff)
parent248390bbe38bbec0cc8fc748cd0763d16686f6f5 (diff)
Merge "Move mysql::host param from MysqlInternal to MysqlNoBracketsInternal"
Diffstat (limited to 'puppet/services/heat-engine.yaml')
-rw-r--r--puppet/services/heat-engine.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/heat-engine.yaml b/puppet/services/heat-engine.yaml
index eb8534fc..2fd01885 100644
--- a/puppet/services/heat-engine.yaml
+++ b/puppet/services/heat-engine.yaml
@@ -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:
- '%'