bfb1555120
Fixes bug 1041316 This patch covers linuxbridge, nec, nicira, and ryu plugins. Change-Id: I024a46bc9b49ffe60cdbe9fa275f30ac9d829a9a
13 lines
377 B
JSON
13 lines
377 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"uuid": "%(uuid)s",
|
|
"tags": [{"scope": "os_tid", "tag": "%(tenant_id)s"}],
|
|
"type": "LogicalSwitchConfig",
|
|
"_schema": "/ws.v1/schema/LogicalSwitchConfig",
|
|
"port_isolation_enabled": false,
|
|
"transport_zones": [
|
|
{"zone_uuid": "%(zone_uuid)s",
|
|
"transport_type": "stt"}],
|
|
"_href": "/ws.v1/lswitch/%(uuid)s"
|
|
}
|