Merge "remove unused LOG"

This commit is contained in:
Jenkins 2016-07-10 23:37:55 +00:00 committed by Gerrit Code Review
commit 6b7db34f68

View File

@ -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.