57c1cff9ca
This also includes a bunch of updates to the actual samples that have become stale as things have changed in the tree and naughty developers haven't updated the docs. This new bit of logic in the samples test should help prevent that in the future. In order to verify the static doc/api_samples files, this adds a new method to the base test, which allows the subclasses to refine their subs into pattern matches after the server response is verified, and before the doc/api_samples file is verified. Change-Id: Ie46b24a65145c407d46974b63a97a84911223547
32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<limits xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/common/api/v1.0">
|
|
<rates>
|
|
<rate regex=".*" uri="*">
|
|
<limit next-available="2012-11-27T17:22:18Z" unit="MINUTE" verb="POST" remaining="10" value="10"/>
|
|
<limit next-available="2012-11-27T17:22:18Z" unit="MINUTE" verb="PUT" remaining="10" value="10"/>
|
|
<limit next-available="2012-11-27T17:22:18Z" unit="MINUTE" verb="DELETE" remaining="100" value="100"/>
|
|
</rate>
|
|
<rate regex="^/servers" uri="*/servers">
|
|
<limit next-available="2012-11-27T17:22:18Z" unit="DAY" verb="POST" remaining="50" value="50"/>
|
|
</rate>
|
|
<rate regex=".*changes-since.*" uri="*changes-since*">
|
|
<limit next-available="2012-11-27T17:22:18Z" unit="MINUTE" verb="GET" remaining="3" value="3"/>
|
|
</rate>
|
|
<rate regex="^/os-fping" uri="*/os-fping">
|
|
<limit next-available="2012-11-27T17:22:18Z" unit="HOUR" verb="GET" remaining="12" value="12"/>
|
|
</rate>
|
|
</rates>
|
|
<absolute>
|
|
<limit name="maxServerMeta" value="128"/>
|
|
<limit name="maxPersonality" value="5"/>
|
|
<limit name="maxImageMeta" value="128"/>
|
|
<limit name="maxPersonalitySize" value="10240"/>
|
|
<limit name="maxSecurityGroupRules" value="20"/>
|
|
<limit name="maxTotalKeypairs" value="100"/>
|
|
<limit name="maxSecurityGroups" value="10"/>
|
|
<limit name="maxTotalCores" value="20"/>
|
|
<limit name="maxTotalFloatingIps" value="10"/>
|
|
<limit name="maxTotalInstances" value="10"/>
|
|
<limit name="maxTotalRAMSize" value="51200"/>
|
|
</absolute>
|
|
</limits> |