test_provider_token_expiration_validation tests fails on slow system
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Brant Knudson | ||
Icehouse |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The keystone.
The errors are like:
in output log:
{{{
...
Traceback (most recent call last):
File "keystone/
expires_at = token_data[
KeyError: 'token'
...}}}
Traceback (most recent call last):
File "keystone/
self.
File "keystone/
raise exception.
TokenNotFound: Failed to validate token
There's probably another issue indicated here since we shouldn't be getting a KeyError in the case of an expired token.
Changed in keystone: | |
importance: | Undecided → Medium |
Changed in keystone: | |
milestone: | none → juno-1 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-1 → 2014.2 |
tags: | added: icehouse-backport-potential |
Fix proposed to branch: master /review. openstack. org/72467
Review: https:/