Comment 5 for bug 1614473

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

Reviewed: https://review.openstack.org/358126
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=7291f7385b4e38004a0ecf1e7a147ae96d83ca6a
Submitter: Jenkins
Branch: master

commit 7291f7385b4e38004a0ecf1e7a147ae96d83ca6a
Author: Alex Schultz <email address hidden>
Date: Fri Aug 19 15:20:27 2016 -0600

    Fix ironic-conductor task dependencies

    The ironic-conductor requires access to the ironic database which is
    done in the ironic-db task. Previously we were just waiting for the
    database task but we should require the ironic-db task which waits
    for the database tasks to be completed and sets up the ironic database
    user permissions.

    Change-Id: I0a5d9007cf1fc286d4217faf977e54faf010eeb0
    Closes-Bug: #1614473