From e2fc436d53f53d0993fc0b9dd29f402e6c7f8bc1 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Tue, 9 Aug 2016 14:31:34 +0700 Subject: Add --ha option to os router create command This patch added --ha option which the 'os router create' command was missed. Change-Id: I77635fb17af32beb0d8ed9aa080ef79285719fdc Closes-Bug: #1610161 --- doc/source/command-objects/router.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 13a75158..335de179 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -63,7 +63,7 @@ Create new router os router create [--project [--project-domain ]] [--enable | --disable] - [--distributed] + [--distributed] [--ha] [--description ] [--availability-zone-hint ] @@ -89,6 +89,10 @@ Create new router Create a distributed router +.. option:: --ha + + Create a highly available router + .. option:: --description Set router description -- cgit v1.2.1