Merge "Delete temprary solution for keystoneauth redirect."

This commit is contained in:
Jenkins 2016-08-30 09:11:25 +00:00 committed by Gerrit Code Review
commit 7dbd9153ab
1 changed files with 0 additions and 6 deletions

View File

@ -46,12 +46,6 @@ from fuelweb_test.settings import PATH_TO_CERT
from fuelweb_test.settings import VERIFY_SSL
KeystoneSession._REDIRECT_STATUSES =\
KeystoneSession._REDIRECT_STATUSES + (308, )
logger.info("Temprary solution for keystone session class, bug: #1610914."
"Status code 308 was added to the tuple redirects")
class Common(object):
"""Common.""" # TODO documentation