Remove unused LOG to keep code clean

TrivialFix

Change-Id: Id1b19986c4a740a512ef4cb9615a727321be1654
This commit is contained in:
yuyafei 2016-07-09 10:13:50 +08:00
parent 3706d23c2c
commit f9613c77fb
3 changed files with 0 additions and 7 deletions

View File

@ -55,7 +55,6 @@ from glance.i18n import _
CONF = cfg.CONF
LOG = logging.getLogger(__name__)
# Decorators for actions

View File

@ -30,7 +30,6 @@ Keystone (an identity management system).
"""
import httplib2
from keystoneclient import service_catalog as ks_service_catalog
from oslo_log import log as logging
from oslo_serialization import jsonutils
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
from six.moves import range
@ -40,9 +39,6 @@ from glance.common import exception
from glance.i18n import _
LOG = logging.getLogger(__name__)
class BaseStrategy(object):
def __init__(self):
self.auth_token = None

View File

@ -19,7 +19,6 @@ from debtcollector import removals
import glance_store as store
import mock
from oslo_config import cfg
from oslo_log import log as logging
from six.moves import urllib
from glance.common import exception
@ -30,7 +29,6 @@ import glance.db.simple.api as simple_db
CONF = cfg.CONF
LOG = logging.getLogger(__name__)
UUID1 = 'c80a1a6c-bd1f-41c5-90ee-81afedb1d58d'
UUID2 = '971ec09a-8067-4bc8-a91f-ae3557f1c4c7'