We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746e193 commit 17f177bCopy full SHA for 17f177b
1 file changed
openstackclient/api/auth_plugin.py
@@ -13,15 +13,11 @@
13
14
"""Authentication Plugin Library"""
15
16
-import logging
17
-
18
from keystoneauth1 import loading
19
from keystoneauth1 import token_endpoint
20
21
from openstackclient.i18n import _
22
23
-LOG = logging.getLogger(__name__)
24
25
26
class TokenEndpoint(loading.BaseLoader):
27
"""Auth plugin to handle traditional token/endpoint usage
0 commit comments