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
12 lines
349 B
JSON
12 lines
349 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"uuid": "%(uuid)s",
|
|
"type": "LogicalSwitchConfig",
|
|
"_schema": "/ws.v1/schema/LogicalQueueConfig",
|
|
"dscp": "%(dscp)s",
|
|
"max_bandwidth_rate": "%(max_bandwidth_rate)s",
|
|
"min_bandwidth_rate": "%(min_bandwidth_rate)s",
|
|
"qos_marking": "%(qos_marking)s",
|
|
"_href": "/ws.v1/lqueue/%(uuid)s"
|
|
}
|