]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes 'not in' operator usage
authorZhongyue Luo <zhongyue.nah@intel.com>
Thu, 31 Jan 2013 06:58:50 +0000 (14:58 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Mon, 4 Feb 2013 02:33:43 +0000 (10:33 +0800)
commitb1764fdc8351fa653644bf01812adc6281348ab2
treee2568ec3c1c67a91ffd0db613d6d4058f05a151c
parent31e481667db8b98442f69b478b8aa4a18437b191
Fixes 'not in' operator usage

Change-Id: Id4c83e32f6dcb4f710c5a8d8b6f130038cf07648
19 files changed:
HACKING.rst
cinder/api/contrib/types_extra_specs.py
cinder/api/openstack/__init__.py
cinder/api/openstack/wsgi.py
cinder/api/v1/snapshots.py
cinder/api/v1/volumes.py
cinder/api/v2/snapshots.py
cinder/api/v2/volumes.py
cinder/service.py
cinder/tests/api/fakes.py
cinder/tests/integrated/api/client.py
cinder/tests/integrated/integrated_helpers.py
cinder/tests/integrated/test_volumes.py
cinder/tests/test_storwize_svc.py
cinder/tests/windows/mockproxy.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/netapp.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/sheepdog.py