File: add-ping-endpoint.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (4)
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).