From: Julien Danjou Date: Mon, 2 Mar 2015 11:07:09 +0000 (+0100) Subject: tests: remove useless variable X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8d814b0651cde0bcdd2f5d2b58aee07508a3283e;p=openstack-build%2Fcinder-build.git tests: remove useless variable Change-Id: Ieb0871e0da707d34338c0aa7b2bafccf9267b3d0 --- diff --git a/cinder/tests/test_volume.py b/cinder/tests/test_volume.py index bcf20c2df..f10ea2302 100644 --- a/cinder/tests/test_volume.py +++ b/cinder/tests/test_volume.py @@ -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')