aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/gnocchi-base.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-12 13:24:20 +0000
committerGerrit Code Review <review@openstack.org>2016-08-12 13:24:20 +0000
commit0eb70014a339eddc6be9257a70d6ad0547e31c9a (patch)
tree529ff3a14194cf2aab4e67eb923b273cf8140f8a /puppet/services/gnocchi-base.yaml
parent44b67ebdeb179af66dad78c2c54eb07723f46d4d (diff)
parent450be229c3df3c3d54a90bc715c859eb89c9810b (diff)
Merge "Convert EndpointMap to not require per-service VIP parameters"
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 a408d5d7..c971de4f 100644
--- a/puppet/services/gnocchi-base.yaml
+++ b/puppet/services/gnocchi-base.yaml
@@ -89,7 +89,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, MysqlNoBracketsInternal, host]}
+ gnocchi::db::mysql::host: {get_param: [EndpointMap, MysqlInternal, host_nobrackets]}
gnocchi::db::mysql::dbname: gnocchi
gnocchi::db::mysql::allowed_hosts:
- '%'