diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-03 21:00:48 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-03 21:00:48 +0000 |
| commit | 66df8d1413004bbb2d225ff199767dab8696fd45 (patch) | |
| tree | 839670ee446f995e017201adfe8efb8da374284d /doc/source/command-objects | |
| parent | ca1eeaf207e701ba54e5fb7e5a5e2ec77e4fc7d7 (diff) | |
| parent | c0d2120883080ba1a4326dc97e078d95de170a51 (diff) | |
| download | python-openstackclient-66df8d1413004bbb2d225ff199767dab8696fd45.tar.gz | |
Merge "Add availability zone support for router commands"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/router.rst | 6 |
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> |
