yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62659
[Bug 1676420] [NEW] displaying instance with django-debug-toolbar results in a lot of glance calls
Public bug reported:
Displaying the instance details "/project/instances/instance_id" with
django-debug-tool-bar results in many useless calls to glance image
list. This might be due to the fact that ddtb tries to read image_name
multiple times which then proceeds to call glance.image_get. I think we
should save the result of glance.image_get in the Server.image dict.
** Affects: horizon
Importance: Undecided
Assignee: Guillaume Espanel (guillaume-espanel)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1676420
Title:
displaying instance with django-debug-toolbar results in a lot of
glance calls
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
Displaying the instance details "/project/instances/instance_id" with
django-debug-tool-bar results in many useless calls to glance image
list. This might be due to the fact that ddtb tries to read image_name
multiple times which then proceeds to call glance.image_get. I think
we should save the result of glance.image_get in the Server.image
dict.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1676420/+subscriptions
Follow ups