neutron-lib/api-ref/source/v2/samples/agents/router-l3-agent-list-response.json
Hongbin Lu 4cb9ccef4d api-ref: remove 'external_network_bridge' from agent
After the neutron server removes this option [1], it will be removed
from the response of agent endpoint.

[1] https://review.openstack.org/#/c/567369/

Depends-On: I07474713206c218710544ad98c08caaa37dbf53a
Change-Id: I2ca0ef560484dff384b3a3b477456c9fe4352b8b
2019-03-13 16:04:03 +00:00

32 lines
1.0 KiB
JSON

{
"agents": [
{
"binary": "neutron-l3-agent",
"description": null,
"availability_zone": "nova",
"heartbeat_timestamp": "2018-04-08 07:32:42",
"admin_state_up": true,
"alive": true,
"topic": "l3_agent",
"host": "mkm-instance01",
"ha_state": null,
"agent_type": "L3 agent",
"resource_versions": {},
"created_at": "2018-03-11 08:10:58",
"started_at": "2018-03-11 08:10:58",
"id": "b64f5c61-2210-41a6-869f-b51d7914511e",
"configurations": {
"agent_mode": "legacy",
"gateway_external_network_id": "",
"handle_internal_only_routers": true,
"routers": 3,
"interfaces": 1,
"floating_ips": 0,
"interface_driver": "openvswitch",
"log_agent_heartbeats": false,
"ex_gw_ports": 1
}
}
]
}