380b0e7db6
This change renames everything to Neutron while providing backwards compatible adjustments for Grizzly configuration files. implements blueprint: remove-use-of-quantum Change-Id: Ie7d07ba7c89857e13d4ddc8f0e9b68de020a3d19
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"_href": "/ws.v1/gateway-service/%(uuid)s",
|
|
"tags": %(tags_json)s,
|
|
"_schema": "/ws.v1/schema/L2GatewayServiceConfig",
|
|
"gateways": [
|
|
{
|
|
"transport_node_uuid": "%(transport_node_uuid)s",
|
|
"type": "L2Gateway",
|
|
"device_id": "%(device_id)s"
|
|
}
|
|
],
|
|
"type": "L2GatewayServiceConfig",
|
|
"uuid": "%(uuid)s"
|
|
}
|