Comment 8 for bug 1407405

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

Reviewed: https://review.openstack.org/145838
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=a6386b056d101d0ec2f3cf6d969c1d75c73b9924
Submitter: Jenkins
Branch: master

commit a6386b056d101d0ec2f3cf6d969c1d75c73b9924
Author: Aleksandr Didenko <email address hidden>
Date: Thu Jan 8 18:51:24 2015 +0200

    Don't break rabbit start.sh on pkill/stop failure

    We have two commands that attempt to stop rabbitmq service and
    it's possible that one of them may fail, which is OK. So we need
    to make sure they don't produce non-zero exit code in order to not
    break start.sh script which is executed with '-e' bash option.

    Closes-bug: #1407405
    Change-Id: I4e7956ae1800f56c6df3617c384777ac3b6dc3f9