Remove unused logging import
Change-Id: I0c4ef3ecbacc3968344659de47be6b2cb483c074
This commit is contained in:
parent
67a29bde2d
commit
3ac8cdff3f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user