Comment 4 for bug 1524068

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

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

commit eee3aed5116be285b1ce2e8cdf2520504cbfcf3a
Author: Adam Gandelman <email address hidden>
Date: Tue Dec 8 15:07:13 2015 -0800

    Dynamically allocate service port addresses

    We currently hard-code the address for management and external
    ports to the first address on the subnet, which breaks clustering
    astara-orchestrators when two nodes attempt to create neutron ports
    with the same addresses. This updates usage to instead rely on
    a Neutron-assigned address to bring up locally.

    Note this is a partial fix: we'll need corresponding changes that
    allow us to push in this address to appliances for metadata access,
    which is hard-coded there as well to the same address.

    Change-Id: I88fa97bae84ca245afa5ad0da4ac3c0bc1c441ff
    Partial-bug: #1524068