ironic/releasenotes/notes/service-wait-e85cbe7978f61764.yaml
Dmitry Tantsur 2c58ab3703 Wait for conductor start before notifying systemd
Currently, the launcher first notifies systemd, then starts checking the
services (RPC and WSGI). So any failures will be reported, but only
after systemd declares the service ready.

This change adds a polling loop to make sure RpcService.start() finishes
successfully.

Change-Id: Ib460622d69a9cb1cb82e796a6ab294bbbb40c359
2022-01-26 15:18:40 +01:00

6 lines
174 B
YAML

---
fixes:
- |
The ``ironic`` and ``ironic-conductor`` services now wait for the conductor
manager to start before notifying systemd about the successful start-up.