summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-01-19 16:55:14 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-21 11:01:15 +0000
commit9ed34aac0a172ece4cd856319486208fcdba095d (patch)
tree2543ecbba2a920b997961f083e36effdb357c39b /releasenotes/notes
parentc7d582379ad6b22c6dd8b7334b34a51ec59b69d4 (diff)
downloadpython-openstackclient-9ed34aac0a172ece4cd856319486208fcdba095d.tar.gz
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>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-server-nic-tagging-support-f77b4247e87771d5.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add-server-nic-tagging-support-f77b4247e87771d5.yaml b/releasenotes/notes/add-server-nic-tagging-support-f77b4247e87771d5.yaml
new file mode 100644
index 00000000..e5f4fd52
--- /dev/null
+++ b/releasenotes/notes/add-server-nic-tagging-support-f77b4247e87771d5.yaml
@@ -0,0 +1,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.