Files
neutron-lib/api-ref/source/v2/samples/bgpvpn/bgpvpns/bgpvpn-create-request.json
Deepthi V V a90d73a950 bgpvpn-vni api extension
Support vni attribute for BGPVPN, when VXLAN encapsulation is used

Change-Id: Iae5fe901f0cddfbf8b1ef3afd529f9131b0aa165
Partial-Bug: #1590908
2017-09-25 12:13:30 +05:30

12 lines
288 B
JSON

{
"bgpvpn": {
"tenant_id": "b7549121395844bea941bb92feb3fad9",
"route_targets": "64512:1444",
"import_targets": "64512:1555",
"export_targets": "64512:1666",
"route_distinguishers": ["64512:1777", "64512:1888", "64512:1999"],
"type": "l3",
"vni": 1000
}
}