3237aedcff
Short aliases are introduced for the NSX plugin(s). This patch also switches to using the new plugin names/naming scheme in the unit tests. Partial-implements blueprint: nicira-plugin-renaming Change-Id: If1f1431b098bf77b9c85e0afb3d7848083d9d451
13 lines
454 B
JSON
13 lines
454 B
JSON
{"display_name": "%(display_name)s",
|
|
"_href": "/ws.v1/lswitch/%(uuid)s",
|
|
"_schema": "/ws.v1/schema/LogicalSwitchConfig",
|
|
"_relations": {"LogicalSwitchStatus":
|
|
{"fabric_status": %(status)s,
|
|
"type": "LogicalSwitchStatus",
|
|
"lport_count": %(lport_count)d,
|
|
"_href": "/ws.v1/lswitch/%(uuid)s/status",
|
|
"_schema": "/ws.v1/schema/LogicalSwitchStatus"}},
|
|
"type": "LogicalSwitchConfig",
|
|
"tags": %(tags_json)s,
|
|
"uuid": "%(uuid)s"}
|