aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/cinder-base.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/cinder-base.yaml
parent6b30ff11d4e2eafda7a3ab693055c687d4a8da5d (diff)
parent248390bbe38bbec0cc8fc748cd0763d16686f6f5 (diff)
Merge "Move mysql::host param from MysqlInternal to MysqlNoBracketsInternal"
Diffstat (limited to 'puppet/services/cinder-base.yaml')
-rw-r--r--puppet/services/cinder-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/cinder-base.yaml b/puppet/services/cinder-base.yaml
index b6ffdec0..adacc737 100644
--- a/puppet/services/cinder-base.yaml
+++ b/puppet/services/cinder-base.yaml
@@ -58,7 +58,7 @@ outputs:
cinder::rabbit_password: {get_param: RabbitPassword}
cinder::rabbit_port: {get_param: RabbitClientPort}
cinder::db::mysql::user: cinder
- cinder::db::mysql::host: {get_param: [EndpointMap, MysqlInternal, host]}
+ cinder::db::mysql::host: {get_param: [EndpointMap, MysqlNoBracketsInternal, host]}
cinder::db::mysql::dbname: cinder
cinder::db::mysql::allowed_hosts:
- '%'