3e8b32263d
Blueprint nvp-nwgw-api This patch adds an API extension, the relevant DB logic, and the NVP plugin logic for managing a NVP-specific feature, Layer-2 Network Gateway, through the Quantum API. The proposed extension is meant to be used with the NVP plugin only. Change-Id: I73a8f1782c345ca7f6dec2db36ba6f9299b30d04
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"tags": [{"scope": "os_tid", "tag": "%(tenant_id)s"}],
|
|
"gateways": [
|
|
{
|
|
"transport_node_uuid": "%(transport_node_uuid)s",
|
|
"device_id": "%(device_id)s",
|
|
"type": "L2Gateway"
|
|
}
|
|
],
|
|
"type": "L2GatewayServiceConfig",
|
|
"uuid": "%(uuid)s"
|
|
}
|