summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-vif-attach-detach-support-e680d64e4add0fa4.yaml
blob: 6df49f6410d2e5beff86fcc768d5e27ad18b28dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Adds support for attaching and detaching VIFs. This is available starting
    with ironic API microversion 1.28.

    The new commands are:

    * ``ironic node-vif-list <node>``
    * ``ironic node-vif-attach <node> <vif-id>``
    * ``ironic node-vif-detach <node> <vif-id>``
    * ``openstack baremetal node vif list <node>``
    * ``openstack baremetal node vif attach <node> <vif-id>``
    * ``openstack baremetal node vif detach <node> <vif-id>``