From 30b74827f735bb16669b7ffdaabc2aec002bb77e Mon Sep 17 00:00:00 2001 From: elajkat Date: Thu, 27 Oct 2022 14:10:27 +0200 Subject: [PATCH] Api-ref: Add note that only VLAN segmentation-id can be changed Since [1] it is allowed to change the provider:segmentation-id of VLAN type networks. [1]: https://review.opendev.org/q/topic:bug%252F1806052 Closes-Bug: #1428062 Related-Bug: #1806052 Change-Id: Id675e897b23bce1b478ab6c1e438c1d253c53a07 --- api-ref/source/v2/parameters.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/v2/parameters.yaml b/api-ref/source/v2/parameters.yaml index 9d179a4f4..3a42944d1 100644 --- a/api-ref/source/v2/parameters.yaml +++ b/api-ref/source/v2/parameters.yaml @@ -5332,6 +5332,8 @@ provider:segmentation_id: The ``network_type`` attribute defines the segmentation model. For example, if the ``network_type`` value is vlan, this ID is a vlan identifier. If the ``network_type`` value is gre, this ID is a gre key. + ``Note`` that only the segmentation-id of VLAN type networks can be + changed! in: body required: true type: integer