yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71112
[Bug 1747204] Re: neutron extension-list is called for every request
Reviewed: https://review.openstack.org/529423
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b068d91c6034d486b58eea2254e1a8ffaad26b15
Submitter: Zuul
Branch: master
commit b068d91c6034d486b58eea2254e1a8ffaad26b15
Author: Akihiro Motoki <amotoki@xxxxxxxxx>
Date: Thu Dec 21 07:33:57 2017 +0900
Cache neutron extension list across requests
Also improves the warning message of UnhashableWarning
and test_neutron UnhashableWarning.
Closes-Bug: #1747204
Change-Id: I876e3219dac570e8f7b10c5c126df74ca73f5197
** Changed in: horizon
Status: In Progress => Fix Released
--
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/1747204
Title:
neutron extension-list is called for every request
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
The neutron API wrapper calls the list-extensions neutron API for every requests.
We can cache the list of extensions because the content is rarely changed.
We already cache nova and cinder extension list, so there is no side effect to cache it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1747204/+subscriptions
References