]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove useless get_replication_updates driver call
authorJohn Griffith <john.griffith8@gmail.com>
Fri, 19 Feb 2016 21:16:54 +0000 (14:16 -0700)
committerJohn Griffith <john.griffith8@gmail.com>
Fri, 19 Feb 2016 21:22:43 +0000 (14:22 -0700)
commit2ed92b09d53efb252afef59c4f453b4f836d5968
treeb069aa0663a05acb2ed28979ea6f017ceea5a74b
parent61985202dd5a7aed6139a8dc0f40a1aa8c85b4dd
Remove useless get_replication_updates driver call

We had the call in the manager as part of a periodic,
it did nothing at all.  Some drivers had comments "no idea
what to do with this", even better we had unit tests that
faked out a call that returned nothing and asserted it was
nothing. ?!?

Let's just remove it

Change-Id: I3c1ef6065e73d90912d7f765d581add9bc704c7b
Closes-Bug: #1547666
17 files changed:
cinder/tests/unit/fake_driver.py
cinder/tests/unit/test_dellsc.py
cinder/tests/unit/test_ibm_xiv_ds8k.py
cinder/volume/driver.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/emc/emc_cli_fc.py
cinder/volume/drivers/emc/emc_cli_iscsi.py
cinder/volume/drivers/emc/emc_vnx_cli.py
cinder/volume/drivers/hpe/hpe_3par_common.py
cinder/volume/drivers/hpe/hpe_3par_fc.py
cinder/volume/drivers/hpe/hpe_3par_iscsi.py
cinder/volume/drivers/hpe/hpe_lefthand_iscsi.py
cinder/volume/drivers/huawei/huawei_driver.py
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py
cinder/volume/drivers/ibm/xiv_ds8k.py
cinder/volume/drivers/pure.py
cinder/volume/manager.py