python-tripleoclient/releasenotes/notes/fix-fencing-action-parameter-8321d25a23d8ef99.yaml
Chris Jones 1eb71a3d4c Make fencing action parameter optional.
We no longer force a default value for the fencing action parameter,
allowing the accompanying Mistral action to only include one in the
parameters when it has been specified.

Change-Id: I2f160e920a18ce9d7cc4b168d6074f5d636aaeda
Closes-Bug: #1670687
2017-03-23 10:58:16 +00:00

9 lines
347 B
YAML

---
fixes:
- |
The `overcloud generate fencing` command no longer carries a default value
for the `action` parameter. Advice from upstream Pacemaker is that this
value should no longer be passed to fencing agents as it may cause
inconsistent behaviour. The parameter remains, but is now optional, and
its use is discouraged.