Creating a Security Group
- Personal Area
- Openstack CLI
- Go to the Security Groups section.
- Click on Create Security Group.
- Enter the name for your future security group in the Name field.
- You can provide additional description for the security group in the Description field.
- Click on the create button.
Make sure that the OpenStack client is installed and you are able to authenticate to use it. Execute the necessary commands.
openstack security group create --description <description> <security-group-name>
--description <description>
- Security group description.
<security-group-name>
- New security group name.