File: add-create-command-3df5efbbecc33276.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (10 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
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.)