Adding DVR extension docs in routers api-ref

Closes-Bug: #1733365

Change-Id: I424ec00a5f757b83eb7a8cd208e9e4494b5ed42f
Signed-off-by: Michal Kelner Mishali <mkelnermishal@vmware.com>
This commit is contained in:
Michal Kelner Mishali 2018-01-29 17:25:03 +02:00
parent 1f6dccc3d8
commit 9068055d68
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,11 @@ and ``availability_zone_hints`` attributes to ``routers``, allowing scheduling
based on availability zones and hints.
This extension requires ``router`` and ``availability_zone`` extensions.
Distributed virtual router extension (``dvr``)
==============================================
The ``dvr`` extension enables the functionality of configuring a router as a
distributed virtual router, adding ``distributed`` parameter.
List routers
============
@ -249,6 +254,7 @@ Request
- router_id: router_id
- description: description-request
- routes: router-routes-request
- distributed: router-distributed-request
Request Example
---------------

View File

@ -1,5 +1,6 @@
{
"router": {
"distributed": false,
"external_gateway_info": {
"network_id": "ae34051f-aa6c-4c75-abf5-50dc9ac99ef3",
"enable_snat": true,