]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add connector object to create_export
authorWalter A. Boring IV <walter.boring@hp.com>
Thu, 16 Jul 2015 21:48:37 +0000 (14:48 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Thu, 6 Aug 2015 22:24:38 +0000 (15:24 -0700)
commitecab4005f08781581d3d9239e7145fca2a259b35
treec1b0dc3305c45df2f2712212b321260b54bc8d38
parent3a8b27c752923ed51d67caf180666c74251c93b3
Add connector object to create_export

This patch adds the connector object as a parameter
to all driver create_export calls.  This will enable
drivers to actually use create_export method for doing
what they are now doing inside of initialize_connection.

Change-Id: Ia13897a3704080fc5da71e6c8445f308d474f64a
Implements: blueprint add-create-export-connector
66 files changed:
cinder/tests/unit/test_cloudbyte.py
cinder/tests/unit/test_gpfs.py
cinder/tests/unit/test_netapp.py
cinder/tests/unit/test_storpool.py
cinder/tests/unit/test_storwize_svc.py
cinder/tests/unit/test_vmware_vmdk.py
cinder/tests/unit/volume/drivers/test_datera.py
cinder/tests/unit/windows/test_windows.py
cinder/volume/driver.py
cinder/volume/drivers/block_device.py
cinder/volume/drivers/blockbridge.py
cinder/volume/drivers/cloudbyte/cloudbyte.py
cinder/volume/drivers/datera.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/dothill/dothill_fc.py
cinder/volume/drivers/dothill/dothill_iscsi.py
cinder/volume/drivers/drbdmanagedrv.py
cinder/volume/drivers/emc/emc_cli_fc.py
cinder/volume/drivers/emc/emc_cli_iscsi.py
cinder/volume/drivers/emc/emc_vmax_fc.py
cinder/volume/drivers/emc/emc_vmax_iscsi.py
cinder/volume/drivers/emc/scaleio.py
cinder/volume/drivers/eqlx.py
cinder/volume/drivers/glusterfs.py
cinder/volume/drivers/hgst.py
cinder/volume/drivers/hitachi/hbsd_fc.py
cinder/volume/drivers/hitachi/hbsd_iscsi.py
cinder/volume/drivers/hitachi/hnas_iscsi.py
cinder/volume/drivers/huawei/huawei_driver.py
cinder/volume/drivers/ibm/gpfs.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/xiv_ds8k.py
cinder/volume/drivers/infortrend/infortrend_fc_cli.py
cinder/volume/drivers/infortrend/infortrend_iscsi_cli.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/netapp/dataontap/fc_7mode.py
cinder/volume/drivers/netapp/dataontap/fc_cmode.py
cinder/volume/drivers/netapp/dataontap/iscsi_7mode.py
cinder/volume/drivers/netapp/dataontap/iscsi_cmode.py
cinder/volume/drivers/netapp/eseries/fc_driver.py
cinder/volume/drivers/netapp/eseries/iscsi_driver.py
cinder/volume/drivers/nimble.py
cinder/volume/drivers/prophetstor/dplcommon.py
cinder/volume/drivers/pure.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/remotefs.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py
cinder/volume/drivers/san/hp/hp_lefthand_cliq_proxy.py
cinder/volume/drivers/san/hp/hp_lefthand_iscsi.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py
cinder/volume/drivers/san/hp/hp_xp_fc.py
cinder/volume/drivers/san/san.py
cinder/volume/drivers/scality.py
cinder/volume/drivers/sheepdog.py
cinder/volume/drivers/solidfire.py
cinder/volume/drivers/srb.py
cinder/volume/drivers/storpool.py
cinder/volume/drivers/violin/v6000_fcp.py
cinder/volume/drivers/violin/v6000_iscsi.py
cinder/volume/drivers/violin/v7000_fcp.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/windows/windows.py
cinder/volume/drivers/xio.py
cinder/volume/drivers/zfssa/zfssaiscsi.py
cinder/volume/manager.py