summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorReedip <reedip.banerjee@nectechnologies.in>2016-10-08 13:39:36 +0530
committerReedip <reedip.banerjee@nectechnologies.in>2016-10-16 05:05:23 +0000
commitbae09c3c3fac210f4839a8a51dfb51e2dad69aa7 (patch)
tree9fc67c4d44bdc443472d4da0aa8814c6bf54f69a /doc/source/command-objects
parenta58bacc619a92e6dcc3977ae9aff979e584dae2f (diff)
downloadpython-openstackclient-bae09c3c3fac210f4839a8a51dfb51e2dad69aa7.tar.gz
Add support make a router HA
Currently router set CLI does not provide the support make a router highly available. The following patch enables the same. Checking for setting a router as HA is left on the neutron server itself. Partially-Implements: blueprint network-commands-options Change-Id: I0d0548cf037a14e5ccb2f732918ee9d1f63f43b4 Closes-Bug:#1631492
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/router.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst
index 15163980..0eaae655 100644
--- a/doc/source/command-objects/router.rst
+++ b/doc/source/command-objects/router.rst
@@ -198,6 +198,7 @@ Set router properties
[--distributed | --centralized]
[--description <description>]
[--route destination=<subnet>,gateway=<ip-address> | --no-route]
+ [--ha | --no-ha]
<router>
.. option:: --name <name>
@@ -235,6 +236,14 @@ Set router properties
Clear routes associated with the router
+.. option:: --ha
+
+ Set the router as highly available (disabled router only)
+
+.. option:: --no-ha
+
+ Clear high availablability attribute of the router (disabled router only)
+
.. _router_set-router:
.. describe:: <router>