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 <trozet@redhat.com>
This commit is contained in:
Tim Rozet 2017-09-06 16:30:42 -04:00
parent cfd0d185a9
commit e2558c4a66
2 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,7 @@ outputs:
- 6640
- 6653
- 2550
- 8185
opendaylight::snat_mechanism: {get_param: OpenDaylightSNATMechanism}
step_config: |
include tripleo::profile::base::neutron::opendaylight

View File

@ -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).