Comment 14 for bug 1271568

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/manila/+/799358
Committed: https://opendev.org/openstack/manila/commit/887c4bf4c041cfaafaf1c47edb9262574bbb959a
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 887c4bf4c041cfaafaf1c47edb9262574bbb959a
Author: Maurice Escher <email address hidden>
Date: Wed Apr 21 10:11:03 2021 +0200

    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 https://opendev.org/openstack/cinder/commit/65fa80c361f71158cc492dfc520dc4a63ccfa419
    and https://opendev.org/openstack/cinder/commit/60c563f72d2d6d008fca03f0a058941f3807e1a8

    Change-Id: Iac6507a6e395c55f0fec453650009f08c2bb6563
    Closes-Bug: #1271568
    (cherry picked from commit 0339802a5d0801cda19c464a87853b60982ae011)