Comment 3 for bug 1683496

Revision history for this message
Ilya Bumarskov (ibumarskov) wrote :

Verified on Fuel 8.0 MU-5:

root@node-3:~# tail -n 4 /etc/nova/api-paste.ini

[filter:ratelimit]
limits=(POST, *, .*, 100000 , MINUTE);(POST, "*/servers", ^/servers, 100000 , DAY);(PUT, "*" , .*, 1000 , MINUTE);(GET, "*changes-since*", .*changes-since.*, 100000, MINUTE);(DELETE, "*", .*, 100000 , MINUTE)
paste.filter_factory=nova.api.openstack.compute.limits:RateLimitingMiddleware.factory