Merge "Remove unused nova_url from neutron config"
authorJenkins <jenkins@review.openstack.org>
Thu, 16 Feb 2017 12:11:15 +0000 (12:11 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 16 Feb 2017 12:11:15 +0000 (12:11 +0000)
puppet/services/neutron-api.yaml

index 48e53f4..b3a07fb 100644 (file)
@@ -136,8 +136,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'