diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-16 12:11:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-16 12:11:15 +0000 |
commit | b2f43c03d32d291f67a939de70f81ccf30e549ec (patch) | |
tree | 532e687ec868c3beddfd7db1fa5c97a6b2892b9b /puppet/services | |
parent | 1e5101ae881b7d33e053fe44fdeedfd24bbfea4e (diff) | |
parent | 1cbf09754258e4f67dd45b5eaab7d063bc3e1b7e (diff) |
Merge "Remove unused nova_url from neutron config"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/neutron-api.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/services/neutron-api.yaml b/puppet/services/neutron-api.yaml index 48e53f4c..b3a07fb0 100644 --- a/puppet/services/neutron-api.yaml +++ b/puppet/services/neutron-api.yaml @@ -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' |