Comment 4 for bug 1634531

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

Reviewed: https://review.openstack.org/388583
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=b6cf81387d216de8f941bb0a748740a29b86eb23
Submitter: Jenkins
Branch: stable/newton

commit b6cf81387d216de8f941bb0a748740a29b86eb23
Author: Vladislav Belogrudov <email address hidden>
Date: Tue Oct 18 18:00:45 2016 +0300

    Murano fails to deploy - cannot check core library

    Murano sometimes fails to deploy due to delay in haproxy
    identifying started API services. Instead of waiting for all the
    services and checking existance of core library via VIP deploy
    task should connect to one of the services directly for testing
    service status and for package import.

    Change-Id: I2934579edc910e81730dd89dbd8ff9eb11a2cc1c
    Closes-Bug: #1634531
    (cherry picked from commit d7d8fc8069eb15e4b705ccf3d5620faf7c3c28b5)