diff options
author | Brent Eagles <beagles@redhat.com> | 2017-01-20 10:54:28 -0330 |
---|---|---|
committer | Brent Eagles <beagles@redhat.com> | 2017-01-20 10:54:28 -0330 |
commit | 1cbf09754258e4f67dd45b5eaab7d063bc3e1b7e (patch) | |
tree | 8b813e744884bda958ac41ec4ecbf8fb9eed36a3 /puppet/services | |
parent | 1fc0346dd3ced1aa044d16d247ef80e8b857117b (diff) |
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
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 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' |