Comment 5 for bug 1684104

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

Reviewed: https://review.openstack.org/458119
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=73651aa9bbcf64af0529185d9abb81d1762a976b
Submitter: Jenkins
Branch: master

commit 73651aa9bbcf64af0529185d9abb81d1762a976b
Author: Jiri Stransky <email address hidden>
Date: Wed Apr 19 17:02:15 2017 +0200

    Containers: disable downloading rabbitmqadmin

    There's no need for puppet to download rabbitmqadmin script from
    rabbitmq, as the script would be immediately deleted together with the
    ephemeral puppet container. Also, since rabbitmq isn't running at the
    time we run the puppet container (rabbitmq doesn't have config files
    generated at that point), puppet couldn't connect to rabbitmq anyway.

    Change-Id: Ia59e1013c24ab02037246135024418cc9b674606
    Closes-Bug: #1684104