~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

Viewing changes to doc/api_samples/limit-get-resp.xml

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Soren Hansen
  • Date: 2012-09-07 17:49:53 UTC
  • mfrom: (1.1.61)
  • Revision ID: package-import@ubuntu.com-20120907174953-oapuvix1jxm830he
Tags: 2012.2~rc1~20120907.15996-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/nova-common.postinst: Drop nova_sudoers permission changing
  since we do it in the debian/rules. (LP: #995285)

[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Fix Launchpad URLs in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<limits xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/common/api/v1.0">
 
3
  <rates>
 
4
    <rate regex=".*" uri="*">
 
5
      <limit next-available="2012-08-31T22:36:23Z" unit="MINUTE" verb="POST" remaining="10" value="10"/>
 
6
      <limit next-available="2012-08-31T22:36:23Z" unit="MINUTE" verb="PUT" remaining="10" value="10"/>
 
7
      <limit next-available="2012-08-31T22:36:23Z" unit="MINUTE" verb="DELETE" remaining="100" value="100"/>
 
8
    </rate>
 
9
    <rate regex="^/servers" uri="*/servers">
 
10
      <limit next-available="2012-08-31T22:36:23Z" unit="DAY" verb="POST" remaining="50" value="50"/>
 
11
    </rate>
 
12
    <rate regex=".*changes-since.*" uri="*changes-since*">
 
13
      <limit next-available="2012-08-31T22:36:23Z" unit="MINUTE" verb="GET" remaining="3" value="3"/>
 
14
    </rate>
 
15
  </rates>
 
16
  <absolute>
 
17
    <limit name="maxServerMeta" value="128"/>
 
18
    <limit name="maxTotalInstances" value="10"/>
 
19
    <limit name="maxPersonality" value="5"/>
 
20
    <limit name="maxImageMeta" value="128"/>
 
21
    <limit name="maxPersonalitySize" value="10240"/>
 
22
    <limit name="maxTotalKeypairs" value="100"/>
 
23
    <limit name="maxTotalVolumes" value="10"/>
 
24
    <limit name="maxTotalCores" value="20"/>
 
25
    <limit name="maxTotalFloatingIps" value="10"/>
 
26
    <limit name="maxTotalVolumeGigabytes" value="1000"/>
 
27
    <limit name="maxTotalRAMSize" value="51200"/>
 
28
  </absolute>
 
29
</limits>
 
 
b'\\ No newline at end of file'