Remove unused logging import

Change-Id: I0c4ef3ecbacc3968344659de47be6b2cb483c074
This commit is contained in:
Anh Tran 2017-02-17 10:05:29 +07:00
parent 67a29bde2d
commit 3ac8cdff3f
1 changed files with 0 additions and 4 deletions

View File

@ -15,15 +15,11 @@ from keystoneauth1.identity import v2
from keystoneauth1 import plugin
from keystoneauth1 import token_endpoint
from oslo_config import cfg
from oslo_log import log as logging
from keystonemiddleware.auth_token import _base
from keystonemiddleware.i18n import _, _LW
_LOG = logging.getLogger(__name__)
class AuthTokenPlugin(plugin.BaseAuthPlugin):
def __init__(self, auth_host, auth_port, auth_protocol, auth_admin_prefix,