Comment 5 for bug 1348787

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

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

commit d02f79b2043869d98c7ccdcc650206a3b2ed13e6
Author: Ivan Kolodyazhny <email address hidden>
Date: Wed Aug 6 13:58:43 2014 +0300

    RPC client lazy initialization

    All *Command classes are instantiating for each cinder-manage command
    execution. RPC client should be initialized for VolumeCommands usage.
    Some custom RPC clients (oslo.messaging backends) could init RPC
    connection after client initialization so it is no need to create RPC
    client for every cinder-manage command invoke.

    Related-Bug: #1348787
    Change-Id: I7b3388dded6eeec972d9949538e1608c3a538734