Comment 3 for bug 1524322

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

Reviewed: https://review.openstack.org/254910
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=04bccb55b9923bc6742ed9677428740ed19ba6be
Submitter: Jenkins
Branch: master

commit 04bccb55b9923bc6742ed9677428740ed19ba6be
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