<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="color: rgb(0, 0, 0); font-size: 14px; font-family: Helvetica, sans-serif; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>In your /etc/nova/api-paste.ini find the following</div>
<div><br>
</div>
<div>
<div>[filter:ratelimit]</div>
<div>paste.filter_factory = nova.api.openstack.compute.limits:RateLimitingMiddleware.factory</div>
<div><br>
</div>
<div>Immediately after those lines add the following</div>
<div><br>
</div>
<div>limits=(POST, "*", .*, 9999, MINUTE);(POST, "*/servers", ^/servers, 9999, DAY);(PUT, "*", .*, 9999, MINUTE);(GET, "*changes-since*", .*changes-since.*, 9999, MINUTE);(DELETE, "*", .*, 9999, MINUTE)</div>
</div>
<div><br>
</div>
<div>Restart your nova-api server(s). Change the 9999 to whatever values work best for you.</div>
<div><br>
</div>
<div>Everett</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Lucian Thomaz <<a href="mailto:lucianthomaz@hotmail.com">lucianthomaz@hotmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, September 19, 2012 8:33 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>" <<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br>
<span style="font-weight:bold">Subject: </span>[Openstack] overLimitFault error<br>
</div>
<div><br>
</div>
<div><style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div class="hmmessage">
<div dir="ltr"><font face="Tahoma" color="#366092">Hey guys,</font>
<div><font face="Tahoma" color="#366092"><br>
</font></div>
<div><font face="Tahoma" color="#366092">I was doing some test and I got the following error:</font></div>
<div><font face="Tahoma" color="#366092"><br>
</font></div>
<div><span style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238); font-family: 'Lucida Grande', Arial, sans-serif; "><overLimitFault code="413" xmlns="</span><a class="ext-link" href="http://docs.openstack.org/compute/api/v1.1" style="margin: 0px; padding: 0px; outline: none; text-decoration: none; color: rgb(30, 129, 207); font-family: 'Lucida Grande', Arial, sans-serif; font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238); "><span class="icon" style="margin: 0px; padding: 0px 0px 0px 12px; background-image: url(http://cpcaserver5.cpca.pucrs.br:8001/cloud_services/chrome/agilo/images/extlink.gif); background-position: 0% 50%; background-repeat: no-repeat no-repeat; ">http://docs.openstack.org/compute/api/v1.1</span></a><span style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238); font-family: 'Lucida Grande', Arial, sans-serif; ">"><message>This
 request was rate-limited.</message><details>Only 10 POST request(s) can be made to * every minute.</details></overLimitFault></span></div>
<div><font face="Tahoma" color="#366092"><br>
</font></div>
<div><font face="Tahoma" color="#366092">It seems related to a limit of POST in a * minute. How can I change this configuration?</font></div>
<div><font face="Tahoma" color="#366092"><br>
</font></div>
<div><font face="Tahoma" color="#366092">Thanks in advance.</font></div>
<div><br>
<br>
<div><font face="Tahoma" size="2" color="#333399"><strong>Lucian Thomaz</strong></font></div>
</div>
</div>
</div>
</div>
</span>
</body>
</html>