]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
tests: remove useless variable
authorJulien Danjou <julien@danjou.info>
Mon, 2 Mar 2015 11:07:09 +0000 (12:07 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 18 Mar 2015 09:16:01 +0000 (10:16 +0100)
Change-Id: Ieb0871e0da707d34338c0aa7b2bafccf9267b3d0

cinder/tests/test_volume.py

index bcf20c2df027f7fd0b0caf9e58b0cbbde1cf9338..f10ea2302ebb6dac6728595829685e1cc96609b8 100644 (file)
@@ -75,7 +75,6 @@ CGQUOTAS = quota.CGQUOTAS
 CONF = cfg.CONF
 
 ENCRYPTION_PROVIDER = 'nova.volume.encryptors.cryptsetup.CryptsetupEncryptor'
-PLATFORM = sys.platform
 
 fake_opt = [
     cfg.StrOpt('fake_opt1', default='fake', help='fake opts')