File: add-server-nic-tagging-support-f77b4247e87771d5.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
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.