Files
neutron-lib/api-ref/source/v2/samples/routers/router-create-request.json
Akihiro Motoki 9e178650e2 api-ref: Fix api-ref for routers
Also merge extraroute.inc into routers.inc as it is
an attribute extension to the router resource.

Part of blueprint neutron-in-tree-api-ref

Change-Id: If5bc158e1a208650ce6b1689ee9ce969024cfeb0
2016-08-04 16:03:40 +09:00

17 lines
435 B
JSON

{
"router": {
"name": "router1",
"external_gateway_info": {
"network_id": "ae34051f-aa6c-4c75-abf5-50dc9ac99ef3",
"enable_snat": true,
"external_fixed_ips": [
{
"ip_address": "172.24.4.6",
"subnet_id": "b930d7f6-ceb7-40a0-8b81-a425dd994ccf"
}
]
},
"admin_state_up": true
}
}