41133fb82e
Add missing command list documentation for the 'security group' and 'security group rule' commands. In addition, update the command description and argument help to fix minor issues and use consistent terminology. Change-Id: I9f4a3fbac5637289f19511874e16391d3fe27132
1.5 KiB
1.5 KiB
security group
Compute v2
security group create
Create a new security group
security group create
os security group create
[--description <description>]
<name>
--description <description>
Security group description
<name>
New security group name
security group delete
Delete a security group
security group delete
os security group delete
<group>
<group>
Security group to delete (name or ID)
security group list
List security groups
security group list
os security group list
[--all-projects]
--all-projects
Display information from all projects (admin only)
security group set
Set security group properties
security group set
os security group set
[--name <new-name>]
[--description <description>]
<group>
--name <new-name>
New security group name
--description <description>
New security group description
<group>
Security group to modify (name or ID)
security group show
Display security group details
security group show
os security group show
<group>
<group>
Security group to display (name or ID)