Comment 2 for bug 1692536

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-sfc (master)

Reviewed: https://review.openstack.org/466777
Committed: https://git.openstack.org/cgit/openstack/networking-sfc/commit/?id=fa27b9bf8463f113e5cdb9d9b2a0b2d592db3150
Submitter: Jenkins
Branch: master

commit fa27b9bf8463f113e5cdb9d9b2a0b2d592db3150
Author: Igor Duarte Cardoso <email address hidden>
Date: Mon May 22 14:14:09 2017 +0000

    Require Port Pairs to share same correlation type

    When creating Port Pair Groups, validation of each Port Pair's
    correlation type will now occur.
    Every Port Pair needs to share the same correlation type
    when they get attached to a specific Port Pair Group.
    This guarantees homogeneity in the composition of a Port Pair Group
    and clarifies the definition and feature set of each hop of a chain.

    Creating and Updating Port Pair Groups now verifies whether all PPs are
    consistent with regards to the correlation type selected.

    The workaround to achieve "homogeneous" next-hops in the OVS driver
    introduced by Iebdfca5467ca33cfd9d93d55f47d6b57b79dffbe
    has been removed, so were a couple of related tests.

    Documentation has been updated.

    Closes-Bug: #1692536

    Change-Id: I80714f2661340c639a38162f3bfc22ab3e01a3c7