aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-10-05 12:42:52 -0400
committerTim Rozet <trozet@redhat.com>2017-10-10 13:16:09 +0000
commit22ff1cf840107663f3aeae5b870a2d4615094d14 (patch)
treebb4309c0fef4652ab10aa35e973d33cfc77012d4 /releasenotes
parentcb32fd0ab470e5aa1d01d4ab93979be4d5af6afb (diff)
Disables port status for all ODL deployments
Port status was already disabled in HA deployments pending a fix for: https://bugs.opendaylight.org//show_bug.cgi?id=9147 However even in noha deployments port status will not work because ODL is unable to bind to a specific IP for websocket, meaning it binds to all IPs and haproxy cannot bind the VIP. Therefore we need to disable it for all deployments until also this bug is fixed: https://bugs.opendaylight.org//show_bug.cgi?id=9256 Related-Bug: 1718508 Change-Id: I2f2dc3ece97c97fc8477d4129d69719866a7f0c1 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 2471a8669d35f8b35ed00e9365623b37e335cd79)
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml b/releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml
new file mode 100644
index 0000000..1bc03a4
--- /dev/null
+++ b/releasenotes/notes/disable-odl-port-status-117c1d9c2f3235e9.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Adds workaround to disable port status feature for OpenDaylight which
+ is currently broken in OpenDaylight. This fixes the inability to
+ launch nova instances.