From: Brent Eagles Date: Fri, 20 Jan 2017 14:24:28 +0000 (-0330) Subject: Remove unused nova_url from neutron config X-Git-Tag: opnfv-6.0.0~1066^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1cbf09754258e4f67dd45b5eaab7d063bc3e1b7e;p=apex-tripleo-heat-templates.git Remove unused nova_url from neutron config The was deprecated in the neutron puppet module in newton and is now being removed. Neutron hasn't been using it for some time. Change-Id: I8cfb88bc042fbf140ed16c2005962e3e12390897 Depends-On: I9ceba371a62615faebc5e853eefd3db3bd821480 --- diff --git a/puppet/services/neutron-api.yaml b/puppet/services/neutron-api.yaml index cf444215..a6c8ba3c 100644 --- a/puppet/services/neutron-api.yaml +++ b/puppet/services/neutron-api.yaml @@ -121,8 +121,6 @@ outputs: neutron::server::allow_automatic_l3agent_failover: {get_param: NeutronAllowL3AgentFailover} neutron::server::enable_proxy_headers_parsing: true neutron::keystone::authtoken::password: {get_param: NeutronPassword} - - neutron::server::notifications::nova_url: { get_param: [ EndpointMap, NovaInternal, uri ] } neutron::server::notifications::auth_url: { get_param: [ EndpointMap, KeystoneV3Admin, uri ] } neutron::server::notifications::tenant_name: 'service' neutron::server::notifications::project_name: 'service'