Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1505835

Summary: SNAT Managment Ip Address is not updated for a router
Product: Red Hat OpenStack Reporter: Itzik Brown <itbrown>
Component: opendaylightAssignee: lpeer <lpeer>
Status: CLOSED CURRENTRELEASE QA Contact: Itzik Brown <itbrown>
Severity: high Docs Contact:
Priority: unspecified    
Version: 12.0 (Pike)CC: mkolesni, nyechiel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
N/A
Last Closed: 2017-11-21 12:39:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Itzik Brown 2017-10-24 11:16:20 UTC
Description of problem:

In HA Setup - after creating a router,setting it's gateway and adding an internal interface.

Then running on the controller the following command 

[root@controller-0 heat-admin]# sudo docker exec --user root -it opendaylight_api /opt/opendaylight/bin/client -u karaf display-napt-switches
Router Id                 Datapath Node Id      Managment Ip Address
    -------------------------------------------------------------------------------------------
     cf09640c-6efb-46fe-9c10-da87e1bb9ec3  0         null                
     e9872b64-a134-451f-86e4-c50388c2fa63  0         null


There is no Managment Ip Address for the router.

Version-Release number of selected component (if applicable):
opendaylight-6.1.0-2.el7ost.noarch

How reproducible:


Steps to Reproduce:
1. Setup OpenStack with OpenDaylight on HA setup
2. Create an external network,a router and an internal network
3. Set the gateway for the router and attach the internal interface 
4. On one of the controllers run:
   $ sudo docker exec --user root -it opendaylight_api /opt/opendaylight/bin/client -u karaf display-napt-switches
5. Verify that there is no Managment Ip Address for the router

Actual results:


Expected results:


Additional info: