Merge "api-ref: requested security groups are not applied to pre-existing ports"
This commit is contained in:
commit
8ce1718b4d
@ -4500,9 +4500,10 @@ pool:
|
|||||||
type: string
|
type: string
|
||||||
port:
|
port:
|
||||||
description: |
|
description: |
|
||||||
To provision the server instance with a NIC for an already existing port, specify
|
To provision the server instance with a NIC for an already existing port,
|
||||||
the port-id in the ``port`` attribute in a ``networks`` object. The port status
|
specify the port-id in the ``port`` attribute in a ``networks`` object.
|
||||||
must be ``DOWN``. required if you omit the ``uuid`` attribute.
|
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
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -4913,9 +4914,10 @@ security_group_rules_quota_details:
|
|||||||
max_version: 2.35
|
max_version: 2.35
|
||||||
security_groups:
|
security_groups:
|
||||||
description: |
|
description: |
|
||||||
One or more security groups. Specify the name of the security group in the ``name``
|
One or more security groups. Specify the name of the security group in the
|
||||||
attribute. If you omit this attribute, the API creates the server in the ``default``
|
``name`` attribute. If you omit this attribute, the API creates the server
|
||||||
security group.
|
in the ``default`` security group. Requested security groups are not
|
||||||
|
applied to pre-existing ports.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: array
|
type: array
|
||||||
|
Loading…
Reference in New Issue
Block a user