# Pastebin be1waUr4 2017-01-04 21:51:56.313963 | 2017-01-04 21:51:56.313 | Traceback (most recent call last): 2017-01-04 21:51:56.315255 | 2017-01-04 21:51:56.314 | File "shade/tests/functional/test_floating_ip.py", line 53, in setUp 2017-01-04 21:51:56.316540 | 2017-01-04 21:51:56.316 | self.useFixture(scoped_auth.DynamicProjectScopedAuth(self)) 2017-01-04 21:51:56.317651 | 2017-01-04 21:51:56.317 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 756, in useFixture 2017-01-04 21:51:56.319384 | 2017-01-04 21:51:56.319 | reraise(*exc_info) 2017-01-04 21:51:56.320895 | 2017-01-04 21:51:56.320 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 731, in useFixture 2017-01-04 21:51:56.322143 | 2017-01-04 21:51:56.321 | fixture.setUp() 2017-01-04 21:51:56.323544 | 2017-01-04 21:51:56.323 | File "shade/tests/fixture/scoped_auth.py", line 38, in setUp 2017-01-04 21:51:56.324819 | 2017-01-04 21:51:56.324 | self._override_scope() 2017-01-04 21:51:56.325990 | 2017-01-04 21:51:56.325 | File "shade/tests/fixture/scoped_auth.py", line 110, in _override_scope 2017-01-04 21:51:56.327135 | 2017-01-04 21:51:56.326 | self.test_instance.operator_cloud._keystone_session.get_token() 2017-01-04 21:51:56.328357 | 2017-01-04 21:51:56.328 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 792, in get_token 2017-01-04 21:51:56.329570 | 2017-01-04 21:51:56.329 | return (self.get_auth_headers(auth) or {}).get('X-Auth-Token') 2017-01-04 21:51:56.331010 | 2017-01-04 21:51:56.330 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 770, in get_auth_headers 2017-01-04 21:51:56.332135 | 2017-01-04 21:51:56.331 | return auth.get_headers(self, **kwargs) 2017-01-04 21:51:56.333476 | 2017-01-04 21:51:56.333 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/plugin.py", line 90, in get_headers 2017-01-04 21:51:56.334676 | 2017-01-04 21:51:56.334 | token = self.get_token(session) 2017-01-04 21:51:56.336469 | 2017-01-04 21:51:56.336 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 90, in get_token 2017-01-04 21:51:56.337742 | 2017-01-04 21:51:56.337 | return self.get_access(session).auth_token 2017-01-04 21:51:56.338910 | 2017-01-04 21:51:56.338 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 136, in get_access 2017-01-04 21:51:56.340120 | 2017-01-04 21:51:56.339 | self.auth_ref = self.get_auth_ref(session) 2017-01-04 21:51:56.341264 | 2017-01-04 21:51:56.340 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py", line 198, in get_auth_ref 2017-01-04 21:51:56.342383 | 2017-01-04 21:51:56.342 | return self._plugin.get_auth_ref(session, **kwargs) 2017-01-04 21:51:56.343476 | 2017-01-04 21:51:56.343 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/identity/v2.py", line 65, in get_auth_ref 2017-01-04 21:51:56.344868 | 2017-01-04 21:51:56.344 | authenticated=False, log=False) 2017-01-04 21:51:56.345996 | 2017-01-04 21:51:56.345 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 718, in post 2017-01-04 21:51:56.347031 | 2017-01-04 21:51:56.346 | return self.request(url, 'POST', **kwargs) 2017-01-04 21:51:56.348182 | 2017-01-04 21:51:56.347 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/positional/__init__.py", line 101, in inner 2017-01-04 21:51:56.349231 | 2017-01-04 21:51:56.348 | return wrapped(*args, **kwargs) 2017-01-04 21:51:56.350452 | 2017-01-04 21:51:56.350 | File "/opt/stack/new/shade/.tox/functional/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 607, in request 2017-01-04 21:51:56.351575 | 2017-01-04 21:51:56.351 | raise exceptions.from_response(resp, method, url) 2017-01-04 21:51:56.352691 | 2017-01-04 21:51:56.352 | keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-473eb696-0acc-4542-8b50-3988d2129070)