Comment 8 for bug 1683496

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

Verified on Fuel 9.2 MU-3 (snapshots/9.0-2017-10-16-142324):

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