yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13716
[Bug 1309243] [NEW] API v2 - tenantId in list token endpoints response
Public bug reported:
This API (GET v2.0/tokens/{tokenId}/endpoints ) is documented in the v2 APIs (http://api.openstack.org/api-ref-identity.html#identity-v2)
The documented response example is :
{
"endpoints":[
{ "id":1, "tenantId":"1", "region":"North", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":2, "tenantId":"1", "region":"South", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":3, "tenantId":"1", "region":"East", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":4, "tenantId":"1", "region":"West", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":5, "tenantId":"1", "region":"Global", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" }
],
"endpoints_links":[
]
}
In reality, we don't have "tenantId" in response. This looks like a v2
api documentation issue.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1309243
Title:
API v2 - tenantId in list token endpoints response
Status in OpenStack Identity (Keystone):
New
Bug description:
This API (GET v2.0/tokens/{tokenId}/endpoints ) is documented in the v2 APIs (http://api.openstack.org/api-ref-identity.html#identity-v2)
The documented response example is :
{
"endpoints":[
{ "id":1, "tenantId":"1", "region":"North", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":2, "tenantId":"1", "region":"South", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":3, "tenantId":"1", "region":"East", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":4, "tenantId":"1", "region":"West", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" },
{ "id":5, "tenantId":"1", "region":"Global", "type":"compute", "publicURL":"https://compute.north.public.com/v1", "internalURL":"https://compute.north.internal.com/v1", "adminURL":"https://compute.north.internal.com/v1", "versionId":"1", "versionInfo":"https://compute.north.public.com/v1/", "versionList":"https://compute.north.public.com/" }
],
"endpoints_links":[
]
}
In reality, we don't have "tenantId" in response. This looks like a
v2 api documentation issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1309243/+subscriptions
Follow ups
References