Merge "neutron: set enable_dvr = False if NeutronEnableDVR is false"
This commit is contained in:
commit
3ca1a2d99d
puppet/services
releasenotes/notes
@ -166,6 +166,7 @@ outputs:
|
||||
- 9696
|
||||
- 13696
|
||||
neutron::server::router_distributed: {get_param: NeutronEnableDVR}
|
||||
neutron::server::enable_dvr: {get_param: NeutronEnableDVR}
|
||||
# NOTE: bind IP is found in Heat replacing the network name with the local node IP
|
||||
# for the given network; replacement examples (eg. for internal_api):
|
||||
# internal_api -> IP
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Neutron API controller no longer advertises ``dvr`` extension if the
|
||||
cloud is not configured for DVR. This is achieved by setting ``enable_dvr``
|
||||
to match ``NeutronEnableDVR`` setting.
|
Loading…
x
Reference in New Issue
Block a user