manila/releasenotes/notes/bug-1271568-fix-rpc-init-host-with-rpc-6e76afa553b4f2af.yaml
Maurice Escher 0339802a5d init_host should be called before RPC consumer is created
This change adds a new hook to Manager class called init_host_with_rpc()
to allow services like scheduler to do something once RPC is ready.

Copied from cinder 65fa80c361
and 60c563f72d

Change-Id: Iac6507a6e395c55f0fec453650009f08c2bb6563
Closes-Bug: #1271568
2021-06-17 07:22:44 -04:00

7 lines
244 B
YAML

---
fixes:
- |
An issue with RPC handling on service restart was addressed by ensuring
proper initialization before creating the RPC consumer. See `bug 1271568
<https://bugs.launchpad.net/manila/+bug/1271568>`_ for more details.