← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1528425] Re: memoized decorator not safe constructing a neutronclient in neutron api

 

[Expired for OpenStack Dashboard (Horizon) because there has been no
activity for 60 days.]

** Changed in: horizon
       Status: Incomplete => Expired

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

Title:
   memoized decorator not safe constructing a neutronclient  in neutron
  api

Status in OpenStack Dashboard (Horizon):
  Expired

Bug description:
  in /horizon/openstack_dashboard/api/neutron.py: 
  @memoized
  def neutronclient(request):

  
  @memoized only take the request's fileds as key to index cache, but if a filed has a different descendant filed, cache will still hit.
  when we reuse the request with new parameters when calling neutron api, return same responses unexpectedly.

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


References