f7662b01c2
This changes adds a new command ``baremetal`` that works mostly like the OSC ``openstack baremetal`` command but does not require OSC and defaults to no-auth. No changes in existing commands are required, the existing OSC plugins are pulled in. Change-Id: Id4895ec37bfb58eb635e5c8519f96f1bdc30c925
12 lines
406 B
YAML
12 lines
406 B
YAML
---
|
|
prelude: |
|
|
This release includes a new standalone CLI tool ``baremetal`` that is
|
|
mostly identical to the existing OSC plugin, but
|
|
|
|
* Does not require commands to be prefixed with ``openstack``.
|
|
* Does not require ``python-openstackclient`` to be installed.
|
|
* Defaults to no authentication.
|
|
features:
|
|
- |
|
|
Adds a new ``baremetal`` CLI tool, mostly targeted at standalone users.
|