Comment 3 for bug 1455698

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

Reviewed: https://review.opencontrail.org/10618
Committed: http://github.org/Juniper/contrail-fabric-utils/commit/53c69f193cc2e85918d2f42fc616705ece26d8e2
Submitter: Zuul
Branch: R2.20

commit 53c69f193cc2e85918d2f42fc616705ece26d8e2
Author: Ranjeet R <email address hidden>
Date: Wed May 20 13:56:15 2015 -0700

Fixes: HA provisioning with fab fails if config nodes in testbed.py
are not is sequential order ( The chosen master node is not the first node)

While comparing the openstack and cfgm node sets, we are sorting the
nodes which changes the order in which they are mentioned.

Changing the compare to use sets instead of using sort.

Change-Id: I312664cb67ad51244cdcc5ae0eecdb739644a8df
ClosesBug: 1455698