aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-18 23:14:45 +0000
committerGerrit Code Review <review@openstack.org>2017-05-18 23:14:45 +0000
commit3ca1a2d99d8c10f14a01213279480c21827ae345 (patch)
tree8ae86a7905c9d6807cb1330e1389665ec60f45e7 /releasenotes
parenteabb6d7c304aac8f98c3096725aadace302c8173 (diff)
parent9efa81796e3edd3017d19ff3544f52874b7a2df6 (diff)
Merge "neutron: set enable_dvr = False if NeutronEnableDVR is false"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/match-enable_dvr-with-NeutronEnableDVR-fe8aac6c4ce52bce.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/match-enable_dvr-with-NeutronEnableDVR-fe8aac6c4ce52bce.yaml b/releasenotes/notes/match-enable_dvr-with-NeutronEnableDVR-fe8aac6c4ce52bce.yaml
new file mode 100644
index 00000000..54400432
--- /dev/null
+++ b/releasenotes/notes/match-enable_dvr-with-NeutronEnableDVR-fe8aac6c4ce52bce.yaml
@@ -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.