Comment 6 for bug 1524322

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

Reviewed: https://review.openstack.org/254902
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=442bf4d49ed48f649209b0ee5d380a0027edaac4
Submitter: Jenkins
Branch: stable/kilo

commit 442bf4d49ed48f649209b0ee5d380a0027edaac4
Author: Stan Lagun <email address hidden>
Date: Tue Dec 8 21:43:19 2015 +0300

    Improve public network detection algorithm

    It is possible that there are several public networks exist.
    ExistingNeutronNetwork used to pick first one of them.
    Now when internal network name or ID supplied it tries
    to find such public network that the internal network has
    a common router with.

    Change-Id: I5132fd085d6ed617055e41c0502d43f00f3a9af4
    Closes-Bug: #1524322