File: traits-support-8864f6816abecdb2.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 (20 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
features:
  - |
    Adds support for reading and modifying traits for a node, including adding
    traits to the detailed output of a node. This is available starting
    with Bare Metal API version 1.37.

    The new commands are:

    * ``openstack baremetal node trait list <node>``
    * ``openstack baremetal node add trait <node> <trait> [...]``
    * ``openstack baremetal node remove trait <node> [<trait> [...]] [--all]``

    It also adds the following methods to the Python SDK:

    * ``NodeManager.get_traits``
    * ``NodeManager.add_trait``
    * ``NodeManager.set_traits``
    * ``NodeManager.remove_trait``
    * ``NodeManager.remove_all_traits``