Trival: Remove unused logging import in some files

In some files, oslo_log.log has been imported but not used. Need to remove it.

Change-Id: I35fa9166f4c78d0b2d549f9b55f8b7a2078b5866
This commit is contained in:
ChenZheng
2015-12-29 21:38:46 +08:00
parent 9e38f5a741
commit f2f50fae2b
35 changed files with 0 additions and 119 deletions

View File

@@ -14,8 +14,6 @@
# under the License.
from oslo_log import log as logging
from tempest import config
from tempest import exceptions
from tempest.scenario import manager
@@ -23,8 +21,6 @@ from tempest import test
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestServerMultinode(manager.ScenarioTest):
"""This is a set of tests specific to multinode testing."""