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 is
--statefulor--stateless; <security_group>— The ID of the security group can be viewed with the commandopenstack security group list.
- the new group mode is