Comment 7 for bug 1753728

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/queens)

Reviewed: https://review.openstack.org/556210
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=b49c192707556c99dcbb0e5250f13a5f090576fc
Submitter: Zuul
Branch: stable/queens

commit b49c192707556c99dcbb0e5250f13a5f090576fc
Author: Chris Jones <email address hidden>
Date: Tue Mar 6 11:55:33 2018 +0000

    Remove fence_action parameter from GenerateFencingParametersAction

    We no longer accept a fence_action parameter - it was a mistake to add
    it in the first place (it overrides all actions used with Pacemaker, so
    even simple status requests can reboot/poweroff a node) and has now been
    officially deprecated by Pacemaker, which causes deployments to fail.

    Change-Id: I45e08964b69552eb5b7954278cfe72a5a59e2f8d
    Closes-Bug: #1753728
    (cherry picked from commit 69b4962d94ca0d3fb1ba3c1033a550c1b95060fd)