python-tripleoclient/releasenotes/notes/ipmi-lanplus-default-fb3ec3496853ed9e.yaml
Raoul Scarazzini a82124948f Make ipmi lanplus the default in auto fencing
This commit sets the default value for the lanplus parameter,
--ipmi-lanplus, to true instead of the previous false.
This is the default used by all modern IPMI interfaces so there's no
meaning to keep the default to false, and in any case the override will
still be possible, by specifying --ipmi-no-lanplus.

Change-Id: Ic206c235f040f03d0d0334bf396864d3eeb400d2
2018-04-23 11:59:02 +02:00

7 lines
193 B
YAML

---
features:
- |
Deprecate --ipmi-lanplus for ``openstack overcloud generate fencing``
command since now this is the default and add new option --ipmi-no-lanplus
to override it.