[Openstack] overLimitFault error

Everett Toews everett.toews at RACKSPACE.COM
Wed Sep 19 14:07:09 UTC 2012


In your /etc/nova/api-paste.ini find the following

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

Immediately after those lines add the following

limits=(POST, "*", .*, 9999, MINUTE);(POST, "*/servers", ^/servers, 9999, DAY);(PUT, "*", .*, 9999, MINUTE);(GET, "*changes-since*", .*changes-since.*, 9999, MINUTE);(DELETE, "*", .*, 9999, MINUTE)

Restart your nova-api server(s). Change the 9999 to whatever values work best for you.

Everett


From: Lucian Thomaz <lucianthomaz at hotmail.com<mailto:lucianthomaz at hotmail.com>>
Date: Wednesday, September 19, 2012 8:33 AM
To: "openstack at lists.launchpad.net<mailto:openstack at lists.launchpad.net>" <openstack at lists.launchpad.net<mailto:openstack at lists.launchpad.net>>
Subject: [Openstack] overLimitFault error

Hey guys,

I was doing some test and I got the following error:

<overLimitFault code="413" xmlns="http://docs.openstack.org/compute/api/v1.1"><message>This request was rate-limited.</message><details>Only 10 POST request(s) can be made to * every minute.</details></overLimitFault>

It seems related to a limit of POST in a * minute. How can I change this configuration?

Thanks in advance.


Lucian Thomaz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120919/e53187c4/attachment.html>


More information about the Openstack mailing list