
Also requires a change to the quotas wadl reference. Change-Id: I4f483c516a4b58d75a5d6b8feaf9fa4f8bbe952b
31 lines
1.5 KiB
XML
31 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns:m="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns:db="http://docbook.org/ns/docbook" version="5.0"
|
|
status="final" xml:id="quotas_ext">
|
|
<title>Quotas</title>
|
|
<para>Use the <filename>neutron.conf</filename> configuration file
|
|
to define and apply default quota values to all tenants. This
|
|
extension enables an administrative user to define quotas
|
|
values on a per-tenant basis. For example, an administrative
|
|
user can permit tenant A to create at most
|
|
<replaceable>n</replaceable> networks and tenant B to
|
|
create at most <replaceable>n</replaceable> networks.</para>
|
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
<wadl:resource
|
|
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-quotas.wadl#Quotas">
|
|
<wadl:method href="#listQuotas"/>
|
|
</wadl:resource>
|
|
<wadl:resource
|
|
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-quotas.wadl#Quotas">
|
|
<wadl:method href="#showQuota"/>
|
|
<wadl:method href="#updateQuota"/>
|
|
<wadl:method href="#resetQuota"/>
|
|
</wadl:resource>
|
|
</wadl:resources>
|
|
</section>
|