bfb1555120
Fixes bug 1041316 This patch covers linuxbridge, nec, nicira, and ryu plugins. Change-Id: I024a46bc9b49ffe60cdbe9fa275f30ac9d829a9a
18 lines
518 B
JSON
18 lines
518 B
JSON
{
|
|
"display_name": "%(uuid)s",
|
|
"_href": "/ws.v1/lswitch/%(ls_uuid)s/lport/%(uuid)s",
|
|
"security_profiles": [],
|
|
"tags":
|
|
[{"scope": "q_port_id", "tag": "%(quantum_port_id)s"},
|
|
{"scope": "vm_id", "tag": "%(quantum_device_id)s"},
|
|
{"scope": "os_tid", "tag": "%(tenant_id)s"}],
|
|
"portno": 1,
|
|
"queue_uuid": null,
|
|
"_schema": "/ws.v1/schema/LogicalSwitchPortConfig",
|
|
"mirror_targets": [],
|
|
"allowed_address_pairs": [],
|
|
"admin_status_enabled": true,
|
|
"type": "LogicalSwitchPortConfig",
|
|
"uuid": "%(uuid)s"
|
|
}
|