From 0c04dffcc43a3fa8eb32cd8ec09e703615bbd1b2 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Thu, 19 Nov 2015 09:39:07 -0800 Subject: [PATCH] Add relnote for change in default setting Commit 8ee49c6aedec4203fc7160b440923a86a983cd27 updated the the default setting of 'CONF.vmware.integration_bridge'. The value now is None. Change-Id: Iaf107d2ba27fc2dc3c33efafb3199bc7161c0d6a --- .../notes/vmware_integration_bridge-249567087da5ecb2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/vmware_integration_bridge-249567087da5ecb2.yaml diff --git a/releasenotes/notes/vmware_integration_bridge-249567087da5ecb2.yaml b/releasenotes/notes/vmware_integration_bridge-249567087da5ecb2.yaml new file mode 100644 index 000000000000..881043262953 --- /dev/null +++ b/releasenotes/notes/vmware_integration_bridge-249567087da5ecb2.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - For backward compatible support the setting + ``CONF.vmware.integration_bridge`` needs to be set when + using the Neutron NSX|MH plugin. + The default value has been set to ``None``.