Comment 3 for bug 1567163

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to astara (stable/mitaka)

Reviewed: https://review.openstack.org/304695
Committed: https://git.openstack.org/cgit/openstack/astara/commit/?id=2991fe157ef4502c4b3d1a266526b672db4e9c22
Submitter: Jenkins
Branch: stable/mitaka

commit 2991fe157ef4502c4b3d1a266526b672db4e9c22
Author: Adam Gandelman <email address hidden>
Date: Wed Apr 6 18:28:19 2016 -0700

    Skip all types of service ports when creating allocation config

    When astara creates allocation config, it has always skipped
    service ports (historically VRRP ports), but it currently does not
    skip LB ports. This adds some constants where we can define astara's
    service port labels and expand in the future, and takes these into
    account when deciding which ports to leave out of allocation config.

    Change-Id: I6d815b1e7e6e24120ad7fd9becc94a216bfb625b
    Closes-bug: #1567163
    (cherry picked from commit 968c7da141b28d52480fc8aa83f407ae5a76191a)