summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-ping-endpoint.yaml
blob: 180f7f2fc9ddb1cc4305900df35dbc56bcf86daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    RPC dispatcher can have an extra endpoint named ping.
    This endpoint can be enabled thanks to a specific configuration parameter:
    [DEFAULT]
    rpc_ping_enabled=true  # default is false

    The purpose of this new endpoint is to help operators do a RPC call (a
    ping) toward a specific RPC callback (e.g. a nova-compute, or a
    neutron-agent).
    This is helping a lot for monitoring agents (for example, if agents are
    deployed in a kubernetes pod).