diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-05 22:28:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-05 22:28:21 +0000 |
| commit | 158dbe124a11873129d2b3fbc6a9b5a6695e7bcc (patch) | |
| tree | cfc938fce50f3d32280beffaa7caba529a2a2e2b /doc/source/command-objects/security-group.rst | |
| parent | fdf93e04e6cf5657e8c30004876dc3511838ec3a (diff) | |
| parent | ce079d22617f3129bfdf5165b9f124d7cc7dbc2e (diff) | |
| download | python-openstackclient-158dbe124a11873129d2b3fbc6a9b5a6695e7bcc.tar.gz | |
Merge "Add '--project' and '--project-domain' options to os cmds"
Diffstat (limited to 'doc/source/command-objects/security-group.rst')
| -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 ba054554..5157f530 100644 --- a/doc/source/command-objects/security-group.rst +++ b/doc/source/command-objects/security-group.rst @@ -67,6 +67,7 @@ List security groups os security group list [--all-projects] + [--project <project> [--project-domain <project-domain>]] .. option:: --all-projects @@ -75,6 +76,19 @@ List security groups *Network version 2 ignores this option and will always display information* *for all projects (admin only).* +.. option:: --project <project> + + List security groups according to the 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* + security group set ------------------ |
