Working with security groups
Security groups can be managed using the Neutron ReST API, the OpenStack CLI, or the Horizon dashboard. Both methods offer a pretty complete experience and are discussed in the following sections.
Managing security groups in the CLI
From within the OpenStack command-line client, a number of commands can be used to manage security groups. The primary commands associated with security group management that will be discussed in this chapter are listed in the following table:
Security Group Commands | Description |
| Creates a new security group |
| Deletes security group(s) |
| Lists security group(s) |
| Creates a new security group rule |
| Deletes security group rule(s) |
| Lists security group rules |
| Displays security group rule details |
| Sets security group properties |
| Displays security group details |
|