From: Juan Antonio Osorio Robles Date: Thu, 20 Oct 2016 06:16:47 +0000 (+0300) Subject: Remove duplicate bind_host from nova-api profile X-Git-Tag: opnfv-6.0.0~1454^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9bd8d53cda8b4a825d3f9a2500d04b2a11fa301b;p=apex-tripleo-heat-templates.git Remove duplicate bind_host from nova-api profile Change-Id: I3c5c7753237ebaf16fb40806df0d195cb2b9aaa0 --- diff --git a/puppet/services/nova-api.yaml b/puppet/services/nova-api.yaml index ba7fb2e1..bf479437 100644 --- a/puppet/services/nova-api.yaml +++ b/puppet/services/nova-api.yaml @@ -118,7 +118,6 @@ outputs: '"%{::fqdn_$NETWORK}"' params: $NETWORK: {get_param: [ServiceNetMap, MysqlNetwork]} - nova::wsgi::apache::bind_host: {get_param: [ServiceNetMap, NovaApiNetwork]} nova::api::neutron_metadata_proxy_shared_secret: {get_param: NeutronMetadataProxySharedSecret} nova::api::instance_name_template: {get_param: InstanceNameTemplate} nova_enable_db_purge: {get_param: NovaEnableDBPurge}