51fc1201fc
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
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"tags": [{"scope": "os_tid", "tag": "%(tenant_id)s"}],
|
|
"gateways": [
|
|
{
|
|
"transport_node_uuid": "%(transport_node_uuid)s",
|
|
"device_id": "%(device_id)s",
|
|
"type": "L2Gateway"
|
|
}
|
|
],
|
|
"type": "L2GatewayServiceConfig",
|
|
"uuid": "%(uuid)s"
|
|
}
|