Comment 4 for bug 1553239

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

Reviewed: https://review.openstack.org/296544
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=583b89b0a600fcdb979a6675b0c1a5e7748c25b9
Submitter: Jenkins
Branch: master

commit 583b89b0a600fcdb979a6675b0c1a5e7748c25b9
Author: Matthew Mosesohn <email address hidden>
Date: Wed Mar 23 18:34:20 2016 +0300

    Fix task dependencies of tasks for separated services

    Updates for memcache and rabbitmq:
    None of these tasks require haproxy, but they all require
    netconfig. RabbitMQ will not work until cluster task is
    done (providing corosync). This enables plugins to use
    these tasks without breaking the deployment graph.

    Updates for glance and openstack-network:
    These tasks require rabbitmq, but not explicitly.
    Now they depend on rabbitmq as a cross dependency.

    Change-Id: I5e835a448ad0d77f0f82630273e15c00261cfb82
    Partial-Bug: #1553239