yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #74193
[Bug 1705753] Re: Random OpenStackApiAuthenticationException: Authentication error in nova functional tests
I haven't seen this since cdent's fixes:
https://review.openstack.org/#/q/topic:bug/1705753+(status:open+OR+status:merged)
So marking it fixed.
** Changed in: nova
Status: In Progress => Fix Released
** Changed in: nova
Assignee: (unassigned) => Chris Dent (cdent)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1705753
Title:
Random OpenStackApiAuthenticationException: Authentication error in
nova functional tests
Status in OpenStack Compute (nova):
Fix Released
Bug description:
Seen here when trying to create a flavor:
http://logs.openstack.org/11/485011/4/gate/gate-nova-tox-functional-
py35-ubuntu-xenial/42d69de/console.html#_2017-07-21_14_55_31_535188
2017-07-21 14:55:31.534787 | Captured traceback:
2017-07-21 14:55:31.534797 | ~~~~~~~~~~~~~~~~~~~
2017-07-21 14:55:31.534812 | b'Traceback (most recent call last):'
2017-07-21 14:55:31.534858 | b' File "/home/jenkins/workspace/gate-nova-tox-functional-py35-ubuntu-xenial/nova/tests/functional/api_sample_tests/test_flavor_access.py", line 46, in test_flavor_access_list'
2017-07-21 14:55:31.534871 | b' self._create_flavor()'
2017-07-21 14:55:31.534915 | b' File "/home/jenkins/workspace/gate-nova-tox-functional-py35-ubuntu-xenial/nova/tests/functional/api_sample_tests/test_flavor_access.py", line 40, in _create_flavor'
2017-07-21 14:55:31.534926 | b' subs)'
2017-07-21 14:55:31.534965 | b' File "/home/jenkins/workspace/gate-nova-tox-functional-py35-ubuntu-xenial/nova/tests/functional/api_samples_test_base.py", line 502, in _do_post'
2017-07-21 14:55:31.534987 | b' return self._get_response(url, method, body, headers=headers)'
2017-07-21 14:55:31.535028 | b' File "/home/jenkins/workspace/gate-nova-tox-functional-py35-ubuntu-xenial/nova/tests/functional/api_samples_test_base.py", line 482, in _get_response'
2017-07-21 14:55:31.535047 | b' headers=headers, strip_version=strip_version)'
2017-07-21 14:55:31.535085 | b' File "/home/jenkins/workspace/gate-nova-tox-functional-py35-ubuntu-xenial/nova/tests/functional/api/client.py", line 160, in api_request'
2017-07-21 14:55:31.535101 | b' auth_result = self._authenticate()'
2017-07-21 14:55:31.535140 | b' File "/home/jenkins/workspace/gate-nova-tox-functional-py35-ubuntu-xenial/nova/tests/functional/api/client.py", line 153, in _authenticate'
2017-07-21 14:55:31.535161 | b' raise OpenStackApiAuthenticationException(response=response)'
2017-07-21 14:55:31.535188 | b'nova.tests.functional.api.client.OpenStackApiAuthenticationException: Authentication error'
2017-07-21 14:55:31.535196 | b''
Since we use noauth middleware this shouldn't be a problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1705753/+subscriptions
References