Merge "Remove unused method from keystone.common.utils"

This commit is contained in:
Jenkins 2016-09-14 04:02:52 +00:00 committed by Gerrit Code Review
commit a03c604d16
1 changed files with 0 additions and 5 deletions

View File

@ -536,11 +536,6 @@ def isotime(at=None, subsecond=False):
return st
def strtime():
at = timeutils.utcnow()
return at.strftime(timeutils.PERFECT_TIME_FORMAT)
def get_token_ref(context):
"""Retrieve KeystoneToken object from the auth context and returns it.