File: node-create-027ea99193f344ef.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    Changes the baremetal ``create_node`` call to be closer to how Ironic
    behaves. If no provision state is requested, the default state of the
    current microversion is used (which usually means ``enroll``).
    If the ``available`` state is requested, the node does not go through
    cleaning (it won't work without creating ports), an old API version is
    used to achieve this provision state.