yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43595
[Bug 1522433] Re: API Version info incorrect for Liberty
** Changed in: keystone
Milestone: None => mitaka-2
** Changed in: keystone
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1522433
Title:
API Version info incorrect for Liberty
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
Our API allows you to query keystone for the version that is supports
(e.g. V2 and v3), as well as the minor version we support (e.g. 3.4)
as well as other status of the API. Looks like this was not updated
for the Liberty release:
versions['v3'] = {
'id': 'v3.4',
'status': 'stable',
'updated': '2015-03-30T00:00:00Z',
'links': [
{
'rel': 'self',
'href': self._get_identity_url(context, 'v3'),
}
],
'media-types': [
{
'base': 'application/json',
'type': MEDIA_TYPE_JSON % 'v3'
}
]
}
The above is from version/controller.py.
Liberty supports version 3.5 of the API, and the date needs to be
updated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1522433/+subscriptions
References