This page describes how to add security groups to a tenancy

Pre-requisites


Create a security group

In order to create a new security group do

 openstack security group create <security_group_name>

with <security_group_name>  the name of thew newly created security group

Add security group rules

To add rules to an existing security group do

openstack security group rule create [--ingress/--egress] [--protocol <protocol>] [--remote-ip <ip-address>] --dst-port <port-range> <security_group_name>

where: