summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/router.rst
diff options
context:
space:
mode:
authorHideki Saito <saito@fgrep.org>2016-05-14 20:48:43 +0900
committerHideki Saito <saito@fgrep.org>2016-05-16 12:02:00 +0900
commitbc93ebfe5c0fa4d29b79fa3fd93ec603425997ea (patch)
treedcca43cba5bf88c6c9cd769c0aca07a96c26cbf3 /doc/source/command-objects/router.rst
parente1c53250bcf430517d254ada998e78b057a56a49 (diff)
downloadpython-openstackclient-bc93ebfe5c0fa4d29b79fa3fd93ec603425997ea.tar.gz
Added --no-route to the router set command
Deprecated --clear-routes Closes-Bug #1565034 Change-Id: I4a8975edc026aecd2a362fd1929c984cfab8ade6
Diffstat (limited to 'doc/source/command-objects/router.rst')
-rw-r--r--doc/source/command-objects/router.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst
index 1bb9341e..9ca7661e 100644
--- a/doc/source/command-objects/router.rst
+++ b/doc/source/command-objects/router.rst
@@ -186,7 +186,7 @@ Set router properties
[--name <name>]
[--enable | --disable]
[--distributed | --centralized]
- [--route destination=<subnet>,gateway=<ip-address> | --clear-routes]
+ [--route destination=<subnet>,gateway=<ip-address> | --no-route]
<router>
.. option:: --name <name>
@@ -216,7 +216,7 @@ Set router properties
gateway: nexthop IP address
(repeat option to set multiple routes)
-.. option:: --clear-routes
+.. option:: --no-route
Clear routes associated with the router