Remove unused LOG

This is to remove unused LOG to keep code clean.

Change-Id: I170edfb62a3491fabdd62854a5012a2bfe0c3d20
This commit is contained in:
zhufl 2016-07-07 09:51:47 +08:00
parent bb35821852
commit 9f97bf8933
2 changed files with 0 additions and 6 deletions

View File

@ -18,9 +18,6 @@ import os
from keystoneauth1 import loading as ka_loading
from keystoneclient.v3 import client as ks_client_v3
from oslo_config import cfg
from oslo_log import log
LOG = log.getLogger(__name__)
CFG_GROUP = "service_credentials"

View File

@ -17,7 +17,6 @@ import copy
import errno
import os
from oslo_log import log as logging
from oslo_serialization import jsonutils as json
import six
from six.moves.urllib import parse as urllib
@ -26,8 +25,6 @@ from tempest.lib import exceptions as lib_exc
from ceilometer.tests.tempest.service.images import glance_http
LOG = logging.getLogger(__name__)
class ImagesClient(rest_client.RestClient):