** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  v3 api still use v2 ratelimit middleware

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  [composite:openstack_compute_api_v3]
  use = call:nova.api.auth:pipeline_factory
  noauth = faultwrap sizelimit noauth_v3 ratelimit osapi_compute_app_v3
  keystone = faultwrap sizelimit authtoken keystonecontext ratelimit 
osapi_compute_app_v3
  keystone_nolimit = faultwrap sizelimit authtoken keystonecontext 
osapi_compute_app_v3

  [filter:ratelimit]
  paste.filter_factory = 
nova.api.openstack.compute.limits:RateLimitingMiddleware.factory

  
  "nova.api.openstack.compute.limits:RateLimitingMiddleware.factory" is v2 
ratelimit middleware

  
  We should create common limit module, share same middleware code for v2 and v3

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to