Remove unused nova_url from neutron config
authorBrent Eagles <beagles@redhat.com>
Fri, 20 Jan 2017 14:24:28 +0000 (10:54 -0330)
committerBrent Eagles <beagles@redhat.com>
Fri, 20 Jan 2017 14:24:28 +0000 (10:54 -0330)
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

puppet/services/neutron-api.yaml

index cf44421..a6c8ba3 100644 (file)
@@ -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'