Merge "remove unused LOG"
This commit is contained in:
commit
6b7db34f68
@ -10,14 +10,11 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from keystoneauth1 import _utils as utils
|
|
||||||
from keystoneauth1 import discover
|
from keystoneauth1 import discover
|
||||||
from keystoneauth1.identity.generic import base
|
from keystoneauth1.identity.generic import base
|
||||||
from keystoneauth1.identity import v2
|
from keystoneauth1.identity import v2
|
||||||
from keystoneauth1.identity import v3
|
from keystoneauth1.identity import v3
|
||||||
|
|
||||||
LOG = utils.get_logger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class Token(base.BaseGenericPlugin):
|
class Token(base.BaseGenericPlugin):
|
||||||
"""Generic token auth plugin.
|
"""Generic token auth plugin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user