diff options
| author | Bernard Cafarelli <bcafarel@redhat.com> | 2018-09-04 17:52:46 +0200 |
|---|---|---|
| committer | Bernard Cafarelli <bcafarel@redhat.com> | 2018-09-05 10:45:37 +0200 |
| commit | a5865b176304b92736a71cd6ad2dd1199c588ba5 (patch) | |
| tree | a2aaf7ffbd2ce73af57ba2d495b1b1e97ff3806a /doc/source/cli/command-objects | |
| parent | 0461b7ce0c23f7aebb60ee362d1d89cfa38abe4b (diff) | |
| download | python-openstackclient-a5865b176304b92736a71cd6ad2dd1199c588ba5.tar.gz | |
Partially Revert "Add command to unset information from Subnet-pools"
We do not support removing a prefix from a subnet pool, only updating
with a larger prefix (which is handled by the set command)
This reverts commit 063c722a110031883e9615064092644de6df8da2.
Change-Id: I11224fbdb94dc1caef42a8a64cbcebaf1dc542fe
Story: #1670230
Task: #13697
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/subnet-pool.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/source/cli/command-objects/subnet-pool.rst b/doc/source/cli/command-objects/subnet-pool.rst index 0cff4d7f..4606881b 100644 --- a/doc/source/cli/command-objects/subnet-pool.rst +++ b/doc/source/cli/command-objects/subnet-pool.rst @@ -292,15 +292,9 @@ Unset subnet pool properties .. code:: bash openstack subnet pool unset - [--pool-prefix <pool-prefix> [...]] [--tag <tag> | --all-tag] <subnet-pool> -.. option:: --pool-prefix <pool-prefix> - - Remove subnet pool prefixes (in CIDR notation). - (repeat option to unset multiple prefixes). - .. option:: --tag <tag> Tag to be removed from the subnet pool |
