diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-19 15:15:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-19 15:15:26 +0000 |
| commit | 44cf358a142ec1ead41cebe40fe2867483c3fc03 (patch) | |
| tree | f14e35d9d2c8b26a354ba41a7116d3524233f9ac /doc/source/command-objects | |
| parent | 6d2412b190a6feabe7b56c102e12e8c3a34fa7a9 (diff) | |
| parent | 1a6ae06ad5e33dd03e4f25ea094e6ae2a15ad874 (diff) | |
| download | python-openstackclient-44cf358a142ec1ead41cebe40fe2867483c3fc03.tar.gz | |
Merge "Add filtering options to os subnet pool list command"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/subnet-pool.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst index 005b8357..3330d62d 100644 --- a/doc/source/command-objects/subnet-pool.rst +++ b/doc/source/command-objects/subnet-pool.rst @@ -104,11 +104,49 @@ List subnet pools os subnet pool list [--long] + [--share | --no-share] + [--default | --no-default] + [--project <project> [--project-domain <project-domain>]] + [--name <name>] + [--address-scope <address-scope>] .. option:: --long List additional fields in output +.. option:: --share + + List subnets shared between projects + +.. option:: --no-share + + List subnets not shared between projects + +.. option:: --default + + List subnets used as the default external subnet pool + +.. option:: --no-default + + List subnets not used as the default external subnet pool + +.. option:: --project <project> + + List subnets according to their project (name or ID) + +.. option:: --project-domain <project-domain> + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + +.. option:: --name <name> + + List only subnets of given name in output + +.. option:: --address-scope <address-scope> + + List only subnets of given address scope (name or ID) in output + subnet pool set --------------- |
