Comment 6 for bug 1400670

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

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

commit cda822d7f3690f4439ecd834b6af0cede3fc23fb
Author: Bogdan Dobrelya <email address hidden>
Date: Fri Dec 12 13:58:15 2014 +0100

    Fix killing of Rabbit beam process for OCF scripts

    W/o this patch, 'killall beam' commands kill all instances
    of rabbitmq including the one for Murano.

    The solution is to use kill_rmq_and_remove_pid()
    procedure to kill it by pidfile instead.

    Closes-bug: #1400670

    Change-Id: Ic8bb0b4ea22df22784bdb8fca0ccd0f2cb02bc9e
    Signed-off-by: Bogdan Dobrelya <email address hidden>