From 1680667e17aad52f7761a8ead7b01f7dc5e5a5ac Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 6 Apr 2014 14:06:22 +0200 Subject: [PATCH] Update default rate limits for nova Update limits to current limits in nova/api/openstack/compute/limits.py. Remove sentence that dos not apply anymore. Remove unneeded colspan elements, they're the same everywhere. Fix reference to make this build after changs in api-site: it's now #serverMetadataKey Change-Id: Ib225533aaba9ad4250ebefe0707b87f2ea8dcb66 Closes-Bug: #1299907 --- .../src/os-compute-devguide.xml | 65 ++++++++++--------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/openstack-compute-api-2/src/os-compute-devguide.xml b/openstack-compute-api-2/src/os-compute-devguide.xml index 439a8cc..345295e 100755 --- a/openstack-compute-api-2/src/os-compute-devguide.xml +++ b/openstack-compute-api-2/src/os-compute-devguide.xml @@ -882,55 +882,56 @@ X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb https://servers.api.openstack.org/v2/3542812/servers. - + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + + +
Sample Rate LimitsSample rate limits
VerbURIRegExDefaultVerbURIRegExDefault
&POST;*.*10/min&POST;*.*120/min
&POST;*/servers^/servers50/day&POST;*/servers^/servers120/min
&PUT;*.*10/min&PUT;*.*120/min
&GET;*changes-since*changes-since3/min&GET;*changes-since*.*changes-since.*120/min
&DELETE;*.*100/min&DELETE;*.*120/min
&GET;*/os-fping*^/os-fping12/min
Rate limits are applied in order relative to the - verb, going from least to most specific. For - example, although the threshold for &POST; to - */servers is 50 per day, one cannot &POST; to - */servers more than 10 times within a single - minute because the rate limits for any &POST; is - 10/min. + verb, going from least to most specific. In the event a request exceeds the thresholds established for your account, a 413 HTTP response will @@ -2055,7 +2056,7 @@ Host: servers.api.openstack.org/v2/