From bae09c3c3fac210f4839a8a51dfb51e2dad69aa7 Mon Sep 17 00:00:00 2001 From: Reedip Date: Sat, 8 Oct 2016 13:39:36 +0530 Subject: 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 --- doc/source/command-objects/router.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--route destination=,gateway= | --no-route] + [--ha | --no-ha] .. option:: --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:: -- cgit v1.2.1