d1cbe0737f
This replaces 'openstack baremetal node power <on|off>' with the two commands: 'openstack baremetal node power on' and 'openstack baremetal node power off'. The two commands are more in line with openstackclient guidelines. There is no change to the user issuing the power command (the actual command line is the same). However, help and lists (e.g. via 'openstack -h baremetal') will show the individual power commands. Change-Id: I39ab81e148ca28ce24d402106228fb5dd2f6d60e Closes-Bug: #1619363
14 lines
418 B
YAML
14 lines
418 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Replaces ``openstack baremetal node power <on|off>`` with
|
|
the two commands:
|
|
|
|
* ``openstack baremetal node power on`` and
|
|
* ``openstack baremetal node power off``.
|
|
|
|
There is no change to the command the user enters (the actual
|
|
command line is the same). However, help (e.g. via
|
|
``openstack -h baremetal``) will list the two power commands
|
|
(instead of the original one).
|