Comment 5 for bug 1524322

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

Reviewed: https://review.openstack.org/254912
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=1a7bfc867e20f3f3a71674d596d99d62b21cc499
Submitter: Jenkins
Branch: stable/liberty

commit 1a7bfc867e20f3f3a71674d596d99d62b21cc499
Author: Stan Lagun <email address hidden>
Date: Tue Dec 8 21:55:51 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: I252bb5545891903355cf7f8480a2cd76febcfebe
    Closes-Bug: #1524322