diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-03-11 08:11:12 -0600 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-03-11 08:28:53 -0600 |
| commit | a7c76878da02da406c9ccbcd62cc40def1108faa (patch) | |
| tree | e694c790ba0671dba1b62a615f2f35671808fb58 /doc/source/command-objects | |
| parent | 3737c5a842f727ad9d28fd10af67784efc6ab416 (diff) | |
| download | python-openstackclient-a7c76878da02da406c9ccbcd62cc40def1108faa.tar.gz | |
Add project options to security group create
Add the --project and --project-domain options to the
'os security group create' command. These options are for Network v2
only.
Change-Id: I9e1667080a1a49389d51ade2e76a08b08a09870b
Closes-Bug: #1519511
Implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/security-group.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/command-objects/security-group.rst b/doc/source/command-objects/security-group.rst index 22ea5cb7..9fc4c987 100644 --- a/doc/source/command-objects/security-group.rst +++ b/doc/source/command-objects/security-group.rst @@ -14,12 +14,26 @@ Create a new security group os security group create [--description <description>] + [--project <project> [--project-domain <project-domain>]] <name> .. option:: --description <description> Security group description +.. option:: --project <project> + + Owner's project (name or ID) + + *Network version 2 only* + +.. option:: --project-domain <project-domain> + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + + *Network version 2 only* + .. describe:: <name> New security group name |
