diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2017-02-02 15:53:29 -0500 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2017-02-02 15:53:29 -0500 |
commit | 1cb731bae8585df7d7a7b5e3f47324cdef79df13 (patch) | |
tree | 61fbd4020228c7966d36d8731cd60438fd5abed5 /puppet | |
parent | 4774913d09e62b433d99eb6aa3b04f8e3e13fa9c (diff) |
Remove old host param
Change-Id: Ib9e1a4ccdf447455a330687184eae471b9f3f4d4
Depends-On: I2b48d23006e38f56f04456b4556374bf0fcdb14a
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/gnocchi-api.yaml | 6 |
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]} |