aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/gnocchi-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/gnocchi-base.yaml
parent6b30ff11d4e2eafda7a3ab693055c687d4a8da5d (diff)
parent248390bbe38bbec0cc8fc748cd0763d16686f6f5 (diff)
Merge "Move mysql::host param from MysqlInternal to MysqlNoBracketsInternal"
Diffstat (limited to 'puppet/services/gnocchi-base.yaml')
-rw-r--r--puppet/services/gnocchi-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml
index f69dfd03..fa00f736 100644
--- a/puppet/services/gnocchi-base.yaml
+++ b/puppet/services/gnocchi-base.yaml
@@ -85,7 +85,7 @@ outputs:
gnocchi::statsd::flush_delay: 10
gnocchi::statsd::archive_policy_name: 'low'
gnocchi::db::mysql::user: gnocchi
- gnocchi::db::mysql::host: {get_param: [EndpointMap, MysqlVirtual, host]}
+ gnocchi::db::mysql::host: {get_param: [EndpointMap, MysqlNoBracketsInternal, host]}
gnocchi::db::mysql::dbname: gnocchi
gnocchi::db::mysql::allowed_hosts:
- '%'