380b0e7db6
This change renames everything to Neutron while providing backwards compatible adjustments for Grizzly configuration files. implements blueprint: remove-use-of-quantum Change-Id: Ie7d07ba7c89857e13d4ddc8f0e9b68de020a3d19
28 lines
887 B
JSON
28 lines
887 B
JSON
{
|
|
"display_name": "%(display_name)s",
|
|
"uuid": "%(uuid)s",
|
|
"tags": %(tags_json)s,
|
|
"routing_config": {
|
|
"type": "SingleDefaultRouteImplicitRoutingConfig",
|
|
"_schema": "/ws.v1/schema/SingleDefaultRouteImplicitRoutingConfig",
|
|
"default_route_next_hop": {
|
|
"type": "RouterNextHop",
|
|
"_schema": "/ws.v1/schema/RouterNextHop",
|
|
"gateway_ip_address": "%(default_next_hop)s"
|
|
}
|
|
},
|
|
"_schema": "/ws.v1/schema/LogicalRouterConfig",
|
|
"_relations": {
|
|
"LogicalRouterStatus": {
|
|
"_href": "/ws.v1/lrouter/%(uuid)s/status",
|
|
"lport_admin_up_count": %(lport_count)d,
|
|
"_schema": "/ws.v1/schema/LogicalRouterStatus",
|
|
"lport_count": %(lport_count)d,
|
|
"fabric_status": true,
|
|
"type": "LogicalRouterStatus",
|
|
"lport_link_up_count": %(lport_count)d
|
|
}
|
|
},
|
|
"type": "LogicalRouterConfig",
|
|
"_href": "/ws.v1/lrouter/%(uuid)s"
|
|
} |