Comment 2 for bug 1483647

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

Reviewed: https://review.openstack.org/211500
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=91df6940d9b332c4b38250b970e23b7de21945bd
Submitter: Jenkins
Branch: master

commit 91df6940d9b332c4b38250b970e23b7de21945bd
Author: Vladislav Belogrudov <email address hidden>
Date: Tue Aug 11 13:55:17 2015 +0300

    Glance bootstrap container does not create tables and runs forever

    Due to typo in ansible/roles/glance/tasks/bootstrap.yml container
    misses database initialization block and starts service instead.
    Ansible hangs on waiting for bootstrap container exit.

    Change-Id: Icf5ba68b47d65b22d6869e4b7b2d93e7edb8ed3b
    Closes-Bug: #1483647