yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72370
[Bug 1764328] [NEW] Twice call for retrieving flavor details when executing delete flavor use-case
Public bug reported:
For each delete flavor request, we are retrieving the flavor information
twice (i.e. get complete flavor list and then get flavor by uuid), The
second call to get flavor by uuid is not required as first call provides
all the necessary information.
Code Change is required to eliminate second calls (i.e. get flavor by
uuid) .
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1764328
Title:
Twice call for retrieving flavor details when executing delete flavor
use-case
Status in OpenStack Compute (nova):
New
Bug description:
For each delete flavor request, we are retrieving the flavor
information twice (i.e. get complete flavor list and then get flavor
by uuid), The second call to get flavor by uuid is not required as
first call provides all the necessary information.
Code Change is required to eliminate second calls (i.e. get flavor by
uuid) .
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1764328/+subscriptions
Follow ups