From 2e5d85afdcc50b2cd8e6d1fc8b2ebfd6021bc4c8 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 6 Sep 2017 16:30:42 -0400 Subject: Fixes OpenDaylight updating port status ODL now uses a websocket port to update the port status to Neutron. This port (8185) was blocked so port updates were never received in Neutron and instances would not come up properly. This patch opens the port for ODL deployments. Closes-Bug: 1715484 Change-Id: Ic59b224c67c02b56b0273700e8e2aa85ae6f8c88 Signed-off-by: Tim Rozet (cherry picked from commit e2558c4a665345e67fcc784c21188bdf06ff1126) --- releasenotes/notes/fix-odl-websocket-firewall-9e2f78ebaa39313f.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/fix-odl-websocket-firewall-9e2f78ebaa39313f.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/fix-odl-websocket-firewall-9e2f78ebaa39313f.yaml b/releasenotes/notes/fix-odl-websocket-firewall-9e2f78ebaa39313f.yaml new file mode 100644 index 00000000..63919dad --- /dev/null +++ b/releasenotes/notes/fix-odl-websocket-firewall-9e2f78ebaa39313f.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes bug where neutron port status was not updated with OpenDaylight + deployments due to firewall blocking the websocket port used to send the + update (port 8185). -- cgit 1.2.3-korg