Comment 14 for bug 1230066

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

Reviewed: https://review.openstack.org/49088
Committed: http://github.com/openstack/cinder/commit/a86e12aad5466bf6c8027f2a76811c99a010f273
Submitter: Jenkins
Branch: master

commit a86e12aad5466bf6c8027f2a76811c99a010f273
Author: Walter A. Boring IV <email address hidden>
Date: Mon Sep 30 15:45:28 2013 -0700

    Pass through args and kwargs in brick connectors

    This is a change needed to help remove CONF usage
    in the brick/remotefs/RemoteFsClient.
    RemoteFsClient can then pull the values from the caller.

    Change-Id: Ie1ff2a39b92c4150fec4a3191367797a260b30ec
    Partial-Bug: #1230066