~ubuntu-branches/ubuntu/raring/nova/raring-proposed

« back to all changes in this revision

Viewing changes to doc/api_samples/os-quota-sets/quotas-show-get-resp.xml

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, James Page
  • Date: 2013-03-20 12:59:22 UTC
  • mfrom: (1.1.69)
  • Revision ID: package-import@ubuntu.com-20130320125922-ohvfav96lemn9wlz
Tags: 1:2013.1~rc1-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/patches/avoid_setuptools_git_dependency.patch: Refreshed.
* debian/control: Clean up dependencies:
  - Dropped python-gflags no longer needed.
  - Dropped python-daemon no longer needed.
  - Dropped python-glance no longer needed.
  - Dropped python-lockfile no longer needed.
  - Dropped python-simplejson no longer needed.
  - Dropped python-tempita no longer needed.
  - Dropped python-xattr no longer needed.
  - Add sqlite3 required for the testsuite.

[ James Page ]
* d/watch: Update uversionmangle to deal with upstream versioning
  changes, remove tarballs.openstack.org. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version='1.0' encoding='UTF-8'?>
2
2
<quota_set id="fake_tenant">
3
3
  <cores>20</cores>
 
4
  <fixed_ips>10</fixed_ips>
4
5
  <floating_ips>10</floating_ips>
5
6
  <injected_file_content_bytes>10240</injected_file_content_bytes>
6
7
  <injected_file_path_bytes>255</injected_file_path_bytes>
11
12
  <ram>51200</ram>
12
13
  <security_group_rules>20</security_group_rules>
13
14
  <security_groups>10</security_groups>
14
 
</quota_set>
 
15
</quota_set>
 
 
b'\\ No newline at end of file'