tripleo-heat-templates/releasenotes/notes/match-enable_dvr-with-NeutronEnableDVR-fe8aac6c4ce52bce.yaml
Ihar Hrachyshka 9efa81796e neutron: set enable_dvr = False if NeutronEnableDVR is false
This will make neutron-server stop advertising dvr extension if the
cloud is not configured to support this flavor of Neutron routers.

Change-Id: I38c8208edff07f7887887918729beb7710068078
Related-Bug: #1450067
2017-05-18 17:46:43 +00:00

7 lines
215 B
YAML

---
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.