Skip to main content
Change the security group
Last update:

Change the security group

  1. Open the OpenStack CLI.

  2. 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 with openstack security group list.