Comment 18 for bug 1588462

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to charm-rabbitmq-server (master)

Reviewed: https://review.openstack.org/331150
Committed: https://git.openstack.org/cgit/openstack/charm-rabbitmq-server/commit/?id=406c8b69a3d71f2088bb9918831b5fe88c78c376
Submitter: Jenkins
Branch: master

commit 406c8b69a3d71f2088bb9918831b5fe88c78c376
Author: Alex Kavanagh <email address hidden>
Date: Fri Jun 17 13:53:34 2016 +0000

    Fix for multiple status_set() in assess_status()

    This fixes a multiple status_set() bug in the implementation of assess_status()
    on the charm, when it is determining whether it is active AND clustered.
    The change hooks into the _determine_os_workload_status() directly in
    charmhelpers to ensure that status_set() is only called once when
    assess_status() is called.

    Change-Id: Idfd93126c3edb41f83897c82ee7f20fe5f366559
    Related-Bug:#1588462