From 7ebc883403cad3f2dfcb6ffaf80766363c629e24 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 11 Jan 2021 12:32:14 +0100 Subject: [PATCH] Add description for the "tag-ports-during-bulk-creation" extension The 'tag-ports-during-bulk-creation' extension was introduced some time ago with [1] but we missed info about this API extension in the api-ref document. So this patch adds this missing description in the api-ref document. [1] https://review.opendev.org/c/openstack/neutron-lib/+/700754 Change-Id: I357174ede1dfc93088363da67337a47c8bffd434 --- api-ref/source/v2/ports.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api-ref/source/v2/ports.inc b/api-ref/source/v2/ports.inc index 8aa5b15a3..808f92b34 100644 --- a/api-ref/source/v2/ports.inc +++ b/api-ref/source/v2/ports.inc @@ -125,6 +125,14 @@ attribute to ports. If a ``port-security`` value is not specified during port creation, a port will inherit the ``port_security_enabled`` from the network its connected to. +Tag Ports During Bulk Creation +============================== + +The ``tag-ports-during-bulk-creation`` extension adds the ability to set tags +for ports when they are created, directly in the ``POST`` request. +It can be done both when one port is created as well as when ports are +created in bulk. + QoS extension =============