aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-06 16:17:01 +0000
committerGerrit Code Review <review@openstack.org>2017-02-06 16:17:01 +0000
commit9652368d2d559585029bf1c35c872c4b15383a7f (patch)
tree15d06b4ff77b6d0291812de2bae4c7c094f59c10
parentd5b4b4fdee8aac0337eb10631a346167f7a61bd6 (diff)
parent1cb731bae8585df7d7a7b5e3f47324cdef79df13 (diff)
Merge "Remove old host param"
-rw-r--r--puppet/services/gnocchi-api.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/puppet/services/gnocchi-api.yaml b/puppet/services/gnocchi-api.yaml
index 2aea29fd..2b02f0d9 100644
--- a/puppet/services/gnocchi-api.yaml
+++ b/puppet/services/gnocchi-api.yaml
@@ -103,12 +103,6 @@ outputs:
# internal_api_subnet - > IP/CIDR
gnocchi::wsgi::apache::bind_host: {get_param: [ServiceNetMap, GnocchiApiNetwork]}
gnocchi::wsgi::apache::wsgi_process_display_name: 'gnocchi_wsgi'
- gnocchi::api::host:
- str_replace:
- template:
- "%{hiera('fqdn_$NETWORK')}"
- params:
- $NETWORK: {get_param: [ServiceNetMap, GnocchiApiNetwork]}
gnocchi::api::keystone_auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
gnocchi::api::keystone_identity_uri: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}