From 67f7b96b22d31b251ab13ba9fce55346dccc4522 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 31 Jul 2017 12:36:52 -0400 Subject: [PATCH] api-ref: requested security groups are not applied to pre-existing ports When creating a server, you can request security groups and pre-existing ports, but the security groups are only applied to any new ports that nova creates, not the pre-existing ones that the user passes in. This change makes a note of that in the API reference. Change-Id: I0ea6891f10f021b0ed752200417e87d7e9bfda31 Related-Bug: #1707319 --- api-ref/source/parameters.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index c1c04933d5b7..a2d93c5ef02e 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -4500,9 +4500,10 @@ pool: type: string port: description: | - To provision the server instance with a NIC for an already existing port, specify - the port-id in the ``port`` attribute in a ``networks`` object. The port status - must be ``DOWN``. required if you omit the ``uuid`` attribute. + To provision the server instance with a NIC for an already existing port, + specify the port-id in the ``port`` attribute in a ``networks`` object. + The port status must be ``DOWN``. Required if you omit the ``uuid`` + attribute. Requested security groups are not applied to pre-existing ports. in: body required: false type: string @@ -4913,9 +4914,10 @@ security_group_rules_quota_details: max_version: 2.35 security_groups: description: | - One or more security groups. Specify the name of the security group in the ``name`` - attribute. If you omit this attribute, the API creates the server in the ``default`` - security group. + One or more security groups. Specify the name of the security group in the + ``name`` attribute. If you omit this attribute, the API creates the server + in the ``default`` security group. Requested security groups are not + applied to pre-existing ports. in: body required: false type: array