From 8d814b0651cde0bcdd2f5d2b58aee07508a3283e Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 2 Mar 2015 12:07:09 +0100 Subject: [PATCH] tests: remove useless variable Change-Id: Ieb0871e0da707d34338c0aa7b2bafccf9267b3d0 --- cinder/tests/test_volume.py | 1 - 1 file changed, 1 deletion(-) 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') -- 2.45.2