No documentation on how to configure ratelimit middleware

Bug #910193 reported by Jay Pipes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Low
Mike Pittaro
openstack-manuals
Fix Released
Medium
Mike Pittaro

Bug Description

There is no documentation on how the ratelimit middleware works or how to configure it. Please add some :)

From Nirmal on the ML:

On Tue, Dec 27, 2011 at 3:33 PM, Nirmal Ranganathan <email address hidden> wrote:
> You can configure those values thru the paste conf.
>
> [filter:ratelimit]
> paste.filter_factory =
> nova.api.openstack.limits:RateLimitingMiddleware.factory
> limits =("POST", "*", ".*", 10, MINUTE);("POST", "*/servers", "^/servers",
> 50, DAY);("PUT", "*", ".*", 10, MINUTE);("GET", "*changes-since*",
> ".*changes-since.*", 3, MINUTE);("DELETE", "*", ".*", 100, MINUTE)

Mike Pittaro (mikeyp-3)
Changed in nova:
assignee: nobody → Mike Pittaro (mikeyp-3)
Mike Pittaro (mikeyp-3)
Changed in nova:
status: Triaged → In Progress
Revision history for this message
Mike Pittaro (mikeyp-3) wrote :

change id I1f6821323eb2cfee980d9425795ca07e7206de66 merged.

Changed in nova:
status: In Progress → Fix Committed
Anne Gentle (annegentle)
Changed in openstack-manuals:
status: New → Fix Committed
importance: Undecided → Medium
Anne Gentle (annegentle)
Changed in openstack-manuals:
assignee: nobody → Mike Pittaro (mikeyp-3)
Thierry Carrez (ttx)
Changed in nova:
milestone: none → essex-4
status: Fix Committed → Fix Released
Anne Gentle (annegentle)
Changed in openstack-manuals:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: essex-4 → 2012.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.