Comment 3 for bug 1654040

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/27715
Committed: http://github.org/Juniper/contrail-fabric-utils/commit/c4de70392511ef708d5f4532249839b7507a0c1d
Submitter: Zuul (<email address hidden>)
Branch: master

commit c4de70392511ef708d5f4532249839b7507a0c1d
Author: Ranjeet R <email address hidden>
Date: Fri Jan 6 03:16:19 2017 -0800

Fixes: Fab detach_vrouter uses control instead of management IP and fails with connection error

detach_vrouter uses the cfgm's control IP address to run the fab
command to the detach the vrouter from its db. If the fab node
is different from the cfgm, then control IP would be unreachable.
Using the mgmt IP instead of the ctrl IP.

Change-Id: I5458519656f5ccbb3e6af4ff5bdef174cfcfeac9
Closes-Bug: 1654040