From 1d0c75a6a6bd6437f256bc20c3a74e56d783d9c0 Mon Sep 17 00:00:00 2001 From: Mikhail Samoylov Date: Fri, 12 Aug 2016 12:16:13 +0300 Subject: [PATCH] Delete temprary solution for keystoneauth redirect. Bug 1610914 fixed and we can delete our temprary solution. Change-Id: Idd3dbf056fe1e1d0c5e7bfd34962e3625e3a5125 --- fuelweb_test/helpers/common.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fuelweb_test/helpers/common.py b/fuelweb_test/helpers/common.py index 2c519d4c4..be58a68a7 100644 --- a/fuelweb_test/helpers/common.py +++ b/fuelweb_test/helpers/common.py @@ -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