From c0d2120883080ba1a4326dc97e078d95de170a51 Mon Sep 17 00:00:00 2001 From: Jas Date: Thu, 21 Jan 2016 04:19:48 -0600 Subject: 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 --- doc/source/command-objects/router.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/source') 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-domain ]] [--enable | --disable] [--distributed] + [--availability-zone-hint ] .. option:: --project @@ -39,6 +40,11 @@ Create new router Create a distributed router +.. option:: --availability-zone-hint + + Availability Zone in which to create this router (requires the Router + Availability Zone extension, this option can be repeated). + .. _router_create-name: .. describe:: -- cgit v1.2.1