]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Pass through args and kwargs in brick connectors
authorWalter A. Boring IV <walter.boring@hp.com>
Mon, 30 Sep 2013 22:45:28 +0000 (15:45 -0700)
committerChet Burgess <cfb@metacloud.com>
Tue, 1 Oct 2013 23:24:16 +0000 (16:24 -0700)
commita86e12aad5466bf6c8027f2a76811c99a010f273
treef9ea4f3d19428ea18412e8c89d4845cc71c5f94e
parent7018256578e69e33ed9dee47bb72ea6011a2ce7a
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
cinder/brick/initiator/connector.py