yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72367
[Bug 1764274] [NEW] An extra GET request is executed to fetch tenant information
Public bug reported:
In Create user operation an extra GET request is executed to fetch tenant information. tenant information can not be acquired by tenant_name as API is not supported directly for tenant_name. The first GET request is executed with tenant_name then initially 404 error is returned. Id need to be given to get tenant details. So in next GET request the Tenant_ID information is fetched.
Here the first GET request is an overhead.
** Affects: keystone
Importance: Undecided
Status: New
--
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/1764274
Title:
An extra GET request is executed to fetch tenant information
Status in OpenStack Identity (keystone):
New
Bug description:
In Create user operation an extra GET request is executed to fetch tenant information. tenant information can not be acquired by tenant_name as API is not supported directly for tenant_name. The first GET request is executed with tenant_name then initially 404 error is returned. Id need to be given to get tenant details. So in next GET request the Tenant_ID information is fetched.
Here the first GET request is an overhead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1764274/+subscriptions
Follow ups