Comment 4 for bug 1715135

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/pike)

Reviewed: https://review.openstack.org/503636
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=d3d56d5f42b674ddebf2cdbf4eabf2d541a25edc
Submitter: Jenkins
Branch: stable/pike

commit d3d56d5f42b674ddebf2cdbf4eabf2d541a25edc
Author: John Garbutt <email address hidden>
Date: Tue Sep 5 11:17:59 2017 +0100

    Make outward_rabbit pre-checks idempotent

    Copy the patterns from the rabbit checks, skip some pre-checks when the
    container has already been started. Without this change the pre-checks
    fail when you re-run the deploy, i.e. the port is not free because
    rabbit is already running on that port.

    This bug was triggered because murano is enabled, and this change has
    been added to add the extra rabbitmq instance by default:
    d8fe3ea780c188b6e937ab6f08a8475d2330a9fa

    Closes-Bug: #1715135

    Change-Id: I0eb8785e7cd4eadfa792ea14a27f54a891b2bf02
    (cherry picked from commit 7e9fa0cd41b72d157f4c88f9ec533aafd60bfefe)