Change the mode of the security group
Change the mode of the security group
The group mode (stateful or stateless) can only be changed through the OpenStack CLI.
OpenStack CLI
-
Change the security group:
openstack security group set \
[--stateful | --stateless]
<security_group>Specify:
- the new group mode —
--stateful
or--stateless
; <security_group>
- Security group ID, can be viewed with the commandopenstack security group list
.
- the new group mode —