tripleo-heat-templates/releasenotes/notes/nova_rpc_healthcheck-adbe5307dc04eeac.yaml
Martin Schuppert 8ff04029f5 Use oslo_messaging_rpc_port for nova rpc healthchecks
With 405366fa32 the parameters RpcPort,
RpcUserName, RpcPassword and RpcUseSSL got deprecated and
nova::rabbitmq_port removed. As a result the healtcheck get called with
null parameter and fail.
We now get the global_config_settings from RabbitMQService and use
oslo_messaging_rpc_port for the healthcheck.

Change-Id: I1849926b1d6256de5f4d677de5a9b34d78aad5d0
Closes-Bug: #1824805
2019-04-17 09:35:20 +00:00

10 lines
378 B
YAML

---
fixes:
- |
With 405366fa32583e88c34417e5f46fa574ed8f4e98 the parameters RpcPort,
RpcUserName, RpcPassword and RpcUseSSL got deprecated and
nova::rabbitmq_port removed. As a result the healtcheck get called with
null parameter and fail.
We now get the global_config_settings from RabbitMQService and use
oslo_messaging_rpc_port for the healthcheck.