Comment 34 for bug 1373569

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

Reviewed: https://review.openstack.org/128305
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=9be38a613486eb115050d8d165ce212d4a185f35
Submitter: Jenkins
Branch: stable/5.1

commit 9be38a613486eb115050d8d165ce212d4a185f35
Author: Bogdan Dobrelya <email address hidden>
Date: Thu Sep 25 20:55:43 2014 +0300

    Fix blocking reject rule for rabbit ocf

    * Make RMQ unblock call safe (remove all discovered RMQ
      blocking rules, if there are many of them).
    * Use unblock safe call prior to the blocking one.
    * Make block call idempotent and add 5 retries for iptables.
    * Add info log messages about block/unblock actions. Notify
      if RMQ blocking rule cannot be added for some strange reason.

    Partial-bug: #1373569
    Closes-bug: #1375824

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