]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove duplicate keys from dictionary
authorYuji Hagiwara <hagiwarayuj@nttdata.co.jp>
Tue, 18 Aug 2015 05:00:49 +0000 (14:00 +0900)
committerYuji Hagiwara <hagiwarayuj@nttdata.co.jp>
Wed, 19 Aug 2015 04:42:22 +0000 (13:42 +0900)
commit88ef1d973b7393303442a316dc175e89f233a165
treea2aa07cc7c3a64d9c0739cac20dfe5ae8963bc6e
parent961be2d97021a6d85d1ce537b228645cf60c0a8e
Remove duplicate keys from dictionary

There are several places where duplicate keys are added in the dictionary.

Remove all such occurrences throughout the code.

Change-Id: Ib1e6cccb82fdfcde9e3080afca7bebdb61d6f5ad
Closes-Bug: #1485846
cinder/tests/unit/api/test_common.py
cinder/tests/unit/api/v1/test_volumes.py
cinder/tests/unit/api/v2/stubs.py
cinder/tests/unit/api/v2/test_volumes.py
cinder/tests/unit/scheduler/test_host_manager.py
cinder/tests/unit/test_emc_vmax.py
cinder/tests/unit/test_ibm_xiv_ds8k.py
cinder/tests/unit/volume/drivers/test_hgst.py