yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21870
[Bug 1346207] Re: v2.0/tenants/{tenantId} reports 404
After discussing on IRC, we decided to not fix this bug.
** Changed in: keystone
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1346207
Title:
v2.0/tenants/{tenantId} reports 404
Status in OpenStack Identity (Keystone):
Won't Fix
Bug description:
On running GET on the v2.0/tenants returns two projects as follows:
{
"tenants_links": [],
"tenants": [
{
"description": null,
"enabled": true,
"id": "0f90bb31a01c453f851a5ca4e5e178ab",
"name": "demo"
},
{
"description": null,
"enabled": true,
"id": "dc0a88dc51624167b747211ec050a08e",
"test": "value",
"name": "admin"
}
]
}
Then , on running v2.0/tenants/0f90bb31a01c453f851a5ca4e5e178ab
reports 404.
But it should be returning the project "demo" details
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1346207/+subscriptions
References