aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-20 15:49:50 -0400
committerTim Rozet <trozet@redhat.com>2017-09-28 02:53:15 +0000
commit67e1e603a6b81e7532eb2cac2e27eec1ea413d32 (patch)
tree71ae2dc744d1eb4f104f8f7dfb9643309d213cfd /releasenotes
parent265a13a8e5166ca4cd4cecbf64cb8229e3dcd106 (diff)
Disables port status updates with ODL in HA
ODL enables a feature by default to communicate port state to Neutron via a websocket connection. The current implementation does not work in HA, but does work with a noHA deployment. Therefore this patch disables port status for HA deployments only until there is proper support. Depends-On: I7eb752ad692e5522051f8393376890fcac9a09fe Closes-Bug: 1718508 Change-Id: I13b5b72285d3c70cdee4d81678470d52be385aaf Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 228d7b456c6d5c4958c9add8f9021a83a4360510)
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/disable-opendaylight-ha-port-status-0a97e10e6456661c.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/disable-opendaylight-ha-port-status-0a97e10e6456661c.yaml b/releasenotes/notes/disable-opendaylight-ha-port-status-0a97e10e6456661c.yaml
new file mode 100644
index 0000000..9206b0d
--- /dev/null
+++ b/releasenotes/notes/disable-opendaylight-ha-port-status-0a97e10e6456661c.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Disables port status feature with OpenDaylight when deployed as HA until
+ it can be properly supported in an HA environment.