python-openstackclient/releasenotes/notes/add-server-nic-tagging-support-f77b4247e87771d5.yaml
Stephen Finucane 9ed34aac0a compute: Add support for 'server boot --nic ...,tag=<tag>'
This has been around for a long time but was not exposed via OSC. Close
this gap.

Change-Id: I71aabf10f791f68ee7405ffb5e8317cc96cb3b38
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-01-21 11:01:15 +00:00

8 lines
308 B
YAML

---
features:
- |
The ``--nic`` option of the ``server create`` command now supports an
optional ``tag=<tag>`` key-value pair. This can be used to set a tag for
the interface in server metadata, which can be useful to maintain
persistent references to interfaces during various operations.