...
- Application credentials EWC OpenStack API access - Openstack Application Credentials
- OpenStack command-line client EWC OpenStack API access - Install and use Command-Line client
Create a security group
In order to create a new security group do
...
--ingressdenotes that the rule applies to incoming network traffic. This option is default if neither ingress or egress is specified--egressdenotes that the rule applies to outoging network traffic<protocol>is the protocol of the network, typically TCP, UDP or ICMP<ip-address>is the remote ip address block. By default0.0.0.0/0- `<port<port-range> is the ranges of ports at destination that the rule applies to. Can be given as a single port, e.g. 22, or a range, e.g. 120:125