Skip to main content

Change the mode of the security group

Last update:

The group mode (stateful or stateless) can only be changed through the OpenStack CLI.

  1. Open the OpenStack CLI.

  2. Change the security group:

    openstack security group set \
    [--stateful | --stateless]
    <security_group>

    Specify:

    • the new group mode is --stateful or --stateless;
    • <security_group> — The ID of the security group can be viewed with the command openstack security group list.