summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJas <singhj@us.ibm.com>2016-01-21 04:19:48 -0600
committerJas <singhj@us.ibm.com>2016-01-29 09:52:02 -0600
commitc0d2120883080ba1a4326dc97e078d95de170a51 (patch)
tree335ba923df1989f7ad5ee8082acd265ef9b2abfa /doc/source/command-objects
parentbd1adaf003a805a1b480b7b48db2a9fe6c4a5ee9 (diff)
downloadpython-openstackclient-c0d2120883080ba1a4326dc97e078d95de170a51.tar.gz
Add availability zone support for router commands
This patch allows the adding of availability_zone_hints during router create. Also allows for the display of availability_zones during list and and show commands. Change-Id: Ifbc5c218bc7103d28076d726212ce25321bcf7f1 Partial-bug: #1519503 Partially-implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/router.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst
index e881065d..2a5bf053 100644
--- a/doc/source/command-objects/router.rst
+++ b/doc/source/command-objects/router.rst
@@ -16,6 +16,7 @@ Create new router
[--project <project> [--project-domain <project-domain>]]
[--enable | --disable]
[--distributed]
+ [--availability-zone-hint <availability-zone>]
<name>
.. option:: --project <project>
@@ -39,6 +40,11 @@ Create new router
Create a distributed router
+.. option:: --availability-zone-hint <availability-zone>
+
+ Availability Zone in which to create this router (requires the Router
+ Availability Zone extension, this option can be repeated).
+
.. _router_create-name:
.. describe:: <name>