Comment 2 for bug 1455880

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

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

commit dc1b2602a32d0e9271894436d010be32bd4cf3eb
Author: Bogdan Dobrelya <email address hidden>
Date: Sun May 17 12:58:25 2015 +0200

    Fix kill for rabbit OCF

    * There is undefined stop_pid argument could be
    passed to the kill command for some cases when rabbit
    app cannot be stopped gracefully. Renamed to pid.
    * There is also unnecessary "kill" code duplication exist
    and is removed.
    * The pid value passed for the kill command is now always
    verified to be not empty.

    Closes-bug: #1455880

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