Change the security group
Change the security group
OpenStack CLI
-
Change the security group:
openstack security group set \
--description "<description>" \
--name <security_group_name> \
[--stateful | --stateless]
<security_group>Specify:
- optional:
--description "<description>"
— new description of the security group. Parameter<description>
- description text; - optional:
--name <security_group_name>
- new name of the security group. Parameter<security_group_name>
- group name; - optional: new group mode —
--stateful
or--stateless
; <security_group>
- The ID of the security group, can be viewed withopenstack security group list
.
- optional: