diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-13 21:22:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-13 21:22:50 +0000 |
| commit | be6027e09b806496d20b833a5f9ed6fcf44156b6 (patch) | |
| tree | cdf872976e256d5ed0e1fed18af80e5ed37e1bed /doc/source/command-objects/router.rst | |
| parent | 52b70a99ed39085256a16a157098cc16ed2e7232 (diff) | |
| parent | 32c627eaf0481eb593388d2d76abffcf2b721136 (diff) | |
| download | python-openstackclient-be6027e09b806496d20b833a5f9ed6fcf44156b6.tar.gz | |
Merge "Doc: Unify repeatable option comments"
Diffstat (limited to 'doc/source/command-objects/router.rst')
| -rw-r--r-- | doc/source/command-objects/router.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 9479af5f..dc645712 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -86,8 +86,9 @@ Create new 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). + Availability Zone in which to create this router + (requires the Router Availability Zone extension, + repeat option to set multiple availability zones) .. _router_create-name: .. describe:: <name> @@ -206,10 +207,10 @@ Set router properties .. option:: --route destination=<subnet>,gateway=<ip-address> - Routes associated with the router. - Repeat this option to set multiple routes. - destination: destination subnet (in CIDR notation). - gateway: nexthop IP address. + Routes associated with the router + destination: destination subnet (in CIDR notation) + gateway: nexthop IP address + (repeat option to set multiple routes) .. option:: --clear-routes |
