Files
neutron-lib/api-ref/source/v2/samples/routers/router-update-response.json
elajkat 2dfe3c3983 Remove unimplemented api-def: BFD monitors
As discussed during the Zed PTG (see [1]) , due to changed product
development priorities we expect the BFD related extensions not
to get implemented. This patch reverts all relevant changes.

Revert Exception for BFD: BfdMonitorInUse,
a3b564dabf

Revert BFD validator, d126257982

Revert Fix hostroute validation with BFD,
5ff14c63c8

Revert extension for adding bfd monitors to extraroutes,
eb2c8a3c97

Revert BFD api def, f8c5b72cc8

[1]: https://etherpad.opendev.org/p/neutron-zed-ptg#L111
Related-Bug: #1907089

Change-Id: Ia532e4aa6ba2ed9e5ba4db75a250293890d9019d
2022-04-20 14:21:59 +02:00

41 lines
1.2 KiB
JSON

{
"router": {
"admin_state_up": true,
"availability_zone_hints": [],
"availability_zones": [
"nova"
],
"created_at": "2018-03-19T19:17:04Z",
"description": "",
"distributed": false,
"external_gateway_info": {
"enable_snat": true,
"external_fixed_ips": [
{
"ip_address": "172.24.4.6",
"subnet_id": "b930d7f6-ceb7-40a0-8b81-a425dd994ccf"
}
],
"network_id": "ae34051f-aa6c-4c75-abf5-50dc9ac99ef3"
},
"flavor_id": "f7b14d9a-b0dc-4fbe-bb14-a0f4970a69e0",
"ha": false,
"id": "f8a44de0-fc8e-45df-93c7-f79bf3b01c95",
"name": "router1",
"revision_number": 3,
"routes": [
{
"destination": "179.24.1.0/24",
"nexthop": "172.24.3.99"
}
],
"status": "ACTIVE",
"updated_at": "2018-03-19T19:17:22Z",
"project_id": "0bd18306d801447bb457a46252d82d13",
"tenant_id": "0bd18306d801447bb457a46252d82d13",
"service_type_id": null,
"tags": ["tag1,tag2"],
"conntrack_helpers": []
}
}