Comment 5 for bug 1354026

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

Reviewed: https://review.openstack.org/114526
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=bce9efc948322f61e34ef69af6f775b83ead3a0f
Submitter: Jenkins
Branch: master

commit bce9efc948322f61e34ef69af6f775b83ead3a0f
Author: Aleksandr Didenko <email address hidden>
Date: Fri Aug 15 16:06:50 2014 +0300

    Fix plugins in HA mode

    Another problem with HA rabbitmq plugins. Since we run start_app
    and stop_app several times, plugins re-setup() causes problems.
    So we just need to check if plugins are already loaded before
    trying to setup() them again.

    Change-Id: I4e13a405b6895f92d3da3ac0fd69274951837e4e
    Closes-bug: #1354026