summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorNam Nguyen Hoai <namnh@vn.fujitsu.com>2016-08-09 14:31:34 +0700
committerNam Nguyen Hoai <namnh@vn.fujitsu.com>2016-10-01 14:55:23 +0700
commite2fc436d53f53d0993fc0b9dd29f402e6c7f8bc1 (patch)
tree701b0d3b158e00402f819e87b711986e20237378 /doc/source/command-objects
parent15069ef50e609dca769d6a50f6af92b2c8211238 (diff)
downloadpython-openstackclient-e2fc436d53f53d0993fc0b9dd29f402e6c7f8bc1.tar.gz
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
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/router.rst6
1 files changed, 5 insertions, 1 deletions
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> [--project-domain <project-domain>]]
[--enable | --disable]
- [--distributed]
+ [--distributed] [--ha]
[--description <description>]
[--availability-zone-hint <availability-zone>]
<name>
@@ -89,6 +89,10 @@ Create new router
Create a distributed router
+.. option:: --ha
+
+ Create a highly available router
+
.. option:: --description <description>
Set router description