oslo.messaging 12.4.0 (victoria)
We joyfully announce the release of: oslo.messaging 12.4.0: Oslo Messaging API This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through: https://bugs.launchpad.net/oslo.messaging/+bugs For more details, please see below. 12.4.0 ^^^^^^ New 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). Changes in oslo.messaging 12.3.0..12.4.0 ---------------------------------------- 82492442 Add a ping endpoint to RPC dispatcher Diffstat (except docs and test files) ------------------------------------- oslo_messaging/conffixture.py | 2 ++ oslo_messaging/opts.py | 2 ++ oslo_messaging/rpc/dispatcher.py | 36 +++++++++++++++++++++++++++++ releasenotes/notes/add-ping-endpoint.yaml | 13 +++++++++++ 5 files changed, 81 insertions(+)
participants (1)
-
no-reply@openstack.org