** Changed in: keystone
       Status: New => Invalid

-- 
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/1761419

Title:
  Network Latency delay due to multiple calls at database for getting
  user list

Status in OpenStack Identity (keystone):
  New

Bug description:
  If we create a project/user with the name that already exists, the
  request goes to database and database returns an Integrity Error for
  that. If the database server is present at some other location, it may
  increase the execution time of the use case due to network latency.
  More over in this use case execution the list of user is already
  fetched initially, but the list is not used for this validation. The
  list can be used for existence check of the user instead of requesting
  the database directly.

  The user name can be checked before passing the request to database as
  the list of user is already present at server side. This can be
  improved by code modification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1761419/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to