2262f9862f
* Consolidate new commands into one release note * Remove upgrade note about osc-lib, as there's no actionable thing to do or thing to watch out for (it's all handled by pip). * Clean up some grammar and things a bit Change-Id: I3cd8688612e11b768de358f3fd758f3be9ecf7fc
11 lines
520 B
YAML
11 lines
520 B
YAML
---
|
|
features:
|
|
- Adds a new ``ironic create`` command that creates resources (chassis,
|
|
nodes, ports) specified in one or more JSON (``*.json``) or YAML
|
|
(``*.yaml``) files.
|
|
- Adds a new ``openstack baremetal create`` command. Similar to the ``ironic
|
|
create`` command, this command creates resources specified in one or more
|
|
files. (Note that ``openstack baremetal create`` can also be used to create
|
|
a node via specified node attributes. However, this feature has been
|
|
deprecated since 1.4.0.)
|