Comment 6 for bug 1493883

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

Reviewed: https://review.openstack.org/242510
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=0abc36a80b0bb15b1303fad394be87d6a31e4523
Submitter: Jenkins
Branch: stable/kilo

commit 0abc36a80b0bb15b1303fad394be87d6a31e4523
Author: Nikolay Starodubtsev <email address hidden>
Date: Fri Nov 6 17:12:21 2015 +0300

    Fix race condition with router creation

    Previously when murano deployed a bunch of environments from scratch
    it was possible to have an error during router creation. Router was
    created by env_1 and before it was fully configure it was accessed by
    env_2 and then the error occurred.

    Change-Id: I6936a2c46bf41c68e4aceca4a333723a27165071
    Closes-Bug: #1493883