diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-08-11 07:27:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-08-11 07:27:35 +0000 |
| commit | fc7a69e410f217a436f7dae97b35314019a48b1b (patch) | |
| tree | 4b1d73e36b379f238ee5e1293586cbb6dd477b39 /doc/source/command-objects | |
| parent | c9cf6c4eb29b4dff41fc949b6a288ed2f4a69592 (diff) | |
| parent | 831546fb9e4150074baecee9470a0b8d681e0f86 (diff) | |
| download | python-openstackclient-fc7a69e410f217a436f7dae97b35314019a48b1b.tar.gz | |
Merge "Add '--dhcp' and '--no-dhcp' options to os subnet list cmd"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index ba800373..e8740e53 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -152,6 +152,7 @@ List subnets os subnet list [--long] [--ip-version {4,6}] + [--dhcp | --no-dhcp] .. option:: --long @@ -162,6 +163,14 @@ List subnets List only subnets of given IP version in output. Allowed values for IP version are 4 and 6. +.. option:: --dhcp + + List subnets which have DHCP enabled + +.. option:: --no-dhcp + + List subnets which have DHCP disabled + subnet set ---------- |
