deb-cinder/api-ref/source/v2/samples/limits-show-response.xml
Sheel Rana 7f2131e3a1 Update api-ref path
api-ref path needs update to support uploading cinder api-refs to
developer.openstack.org/api-ref/block-storage

update includes
https://github.com/openstack/cinder/tree/master/api-ref/v2/source
to
https://github.com/openstack/cinder/tree/master/api-ref/source/v2

Depends-on: Id38dd0609c77b0d6bcd0d935a9312b0211134802

Implements: bp api-reference-to-rst

Change-Id: If3a058a95f1eaa8481a926183591ff0f4b23e97b
2016-08-27 16:58:10 +02:00

18 lines
741 B
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/>
<absolute>
<limit name="totalSnapshotsUsed" value="0"/>
<limit name="maxTotalBackups" value="10"/>
<limit name="maxTotalVolumeGigabytes" value="1000"/>
<limit name="maxTotalSnapshots" value="10"/>
<limit name="maxTotalBackupGigabytes" value="1000"/>
<limit name="totalBackupGigabytesUsed" value="0"/>
<limit name="maxTotalVolumes" value="10"/>
<limit name="totalVolumesUsed" value="0"/>
<limit name="totalBackupsUsed" value="0"/>
<limit name="totalGigabytesUsed" value="0"/>
</absolute>
</limits>