Comment 7 for bug 1271568

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/81694
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=65fa80c361f71158cc492dfc520dc4a63ccfa419
Submitter: Jenkins
Branch: master

commit 65fa80c361f71158cc492dfc520dc4a63ccfa419
Author: wanghong <email address hidden>
Date: Thu Mar 20 10:39:37 2014 +0800

    init_host should be called before RPC consumer is created

    Currently, the init_host method is called after RPC consumer is
    created. This behavior will lead to a bug that when a rpc request
    is received the manager can not handle it because the driver has not
    been initialized!

    Change-Id: Ieedba1adeb3dd98eb4ff78427fe347423c016469
    Closes-Bug: #1271568