Comment 2 for bug 1567163

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

Reviewed: https://review.openstack.org/302489
Committed: https://git.openstack.org/cgit/openstack/astara/commit/?id=968c7da141b28d52480fc8aa83f407ae5a76191a
Submitter: Jenkins
Branch: master

commit 968c7da141b28d52480fc8aa83f407ae5a76191a
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