python-ironicclient/releasenotes/notes/standalone-cli-f07834585909334a.yaml
Dmitry Tantsur f7662b01c2 A standalone CLI for ironic
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
2020-04-06 11:50:25 +02:00

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.