Comment 4 for bug 1810292

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (stable/rocky)

Reviewed: https://review.openstack.org/632437
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=aae9344330ca81cc9a9405a300dd7d0c5d74d085
Submitter: Zuul
Branch: stable/rocky

commit aae9344330ca81cc9a9405a300dd7d0c5d74d085
Author: Daniel Alvarez <email address hidden>
Date: Wed Jan 2 11:46:20 2019 +0000

    functional: Use different IP addresses for every fake chassis

    As of OVS 2.11, the SB schema changed to not allow having two
    Encap rows with the same (ip, type) pairs. Some of our
    functional tests need more than one chassis and they all get
    created with the same (ip, type) values so they'll fail.

    This patch changes it so that a new IP address is used every
    time we create a fake chassis. It shouldn't have any impact
    as ovn-controller is not running so tunnels won't be created
    anyways.

    Change-Id: I900e847851d10f7faf474b70eaecb47b2b016a24
    Closes-Bug: #1810292
    Signed-off-by: Daniel Alvarez <email address hidden>
    (cherry picked from commit 0cdd7ad8fe38c263b480b849d625a1ac94bea26a)