Comment 0 for bug 1444983

Revision history for this message
opavlenk (opavlenk) wrote : Usage is not described accurately for 99% of openstack CLI sub commands

Description of problem:

Usage is wrong for 99% of openstack baremetal sub-commands

Version-Release number of selected component (if applicable):

python-openstackclient-1.0.3-post13.el7.centos.noarch

How reproducible:
100%

Steps to Reproduce:
1.run 'openstack help baremetal set' (or any other sub command)

Actual results:
usage: openstack baremetal power [-h] [--on | --off] <node>

Expected results:
openstack help baremetal power [--on | --off] <node>