Hunormous file rename for v3 to v2.1 for Compute

Nova team decided to do a minor version to 2.1
rather than move to v3 so the API docs need to
reflect that. Still marked Experimental.

Closes-bug:1367307

Change-Id: I59adfcae589b9481efcf0bdb8c4d63e54ceb6a1b
This commit is contained in:
Anne Gentle 2014-08-20 14:56:18 -05:00
parent f833e22333
commit 8a56efd173
598 changed files with 1525 additions and 213 deletions

View File

@ -94,14 +94,14 @@
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<id>os-api-ref-compute-v3</id> <id>os-api-ref-compute-v2.1</id>
<goals> <goals>
<goal>generate-pdf</goal> <goal>generate-pdf</goal>
</goals> </goals>
<phase>generate-sources</phase> <phase>generate-sources</phase>
<configuration> <configuration>
<includes> bk-api-ref-compute-v3.xml </includes> <includes> bk-api-ref-compute-v2.1.xml </includes>
<pdfFilenameBase>api-ref-compute-v3</pdfFilenameBase> <pdfFilenameBase>api-ref-compute-v2.1</pdfFilenameBase>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:linkend="http://www.w3.org/1999/linkend"
xmlns:xref="http://www.w3.org/1999/xref"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
version="5.0-extension RackBook-2.0" status="EXPERIMENTAL"
xml:id="api.openstack.org-compute-v3-pdf">
<info>
<title>OpenStack Compute API v3 Reference (EXPERIMENTAL)</title>
<titleabbrev>API Reference (EXPERIMENTAL)</titleabbrev>
<author>
<personname>
<firstname/>
<surname/>
</personname>
<affiliation>
<orgname>OpenStack Foundation</orgname>
</affiliation>
</author>
<copyright>
<year>2010-2014</year>
<holder>OpenStack Foundation</holder>
</copyright>
<productname>OpenStack Compute</productname>
<pubdate/>
<legalnotice role="apache2">
<annotation>
<remark>Copyright details are filled in by the
template.</remark>
</annotation>
</legalnotice>
</info>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v3.xml"/>
</book>

View File

@ -39,7 +39,7 @@
href="../../api-ref/src/docbkx/ch_blockstorage-api-v1.xml"/> href="../../api-ref/src/docbkx/ch_blockstorage-api-v1.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2.xml"/> <xi:include href="../../api-ref/src/docbkx/ch_compute-v2.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2-ext.xml"/> <xi:include href="../../api-ref/src/docbkx/ch_compute-v2-ext.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v3.xml"/> <xi:include href="../../api-ref/src/docbkx/ch_compute-v2.1.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_databases-v1.xml"/> <xi:include href="../../api-ref/src/docbkx/ch_databases-v1.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3.xml"/> <xi:include href="../../api-ref/src/docbkx/ch_identity-v3.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3-ext.xml"/> <xi:include href="../../api-ref/src/docbkx/ch_identity-v3-ext.xml"/>

View File

@ -93,14 +93,14 @@
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<id>os-api-ref-compute-v3</id> <id>os-api-ref-compute-v2.1</id>
<goals> <goals>
<goal>generate-html</goal> <goal>generate-html</goal>
</goals> </goals>
<phase>generate-sources</phase> <phase>generate-sources</phase>
<configuration> <configuration>
<includes> api-ref-compute-v3.xml</includes> <includes> api-ref-compute-v2.1.xml</includes>
<pdfFilename>bk-api-ref-compute-v3</pdfFilename> <pdfFilename>bk-api-ref-compute-v2.1</pdfFilename>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>

View File

@ -6,9 +6,9 @@
xmlns:xref="http://www.w3.org/1999/xref" xmlns:xref="http://www.w3.org/1999/xref"
xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:wadl="http://wadl.dev.java.net/2009/02"
version="5.0-extension RackBook-2.0" version="5.0-extension RackBook-2.0"
xml:id="api.openstack.org-compute-v3-ext" status="EXPERIMENTAL"> xml:id="api.openstack.org-compute-v2.1-ext" status="EXPERIMENTAL">
<info> <info>
<title>OpenStack Compute API v3</title> <title>OpenStack Compute API v2.1</title>
<copyright> <copyright>
<year>2010-2014</year> <year>2010-2014</year>
</copyright> </copyright>
@ -19,5 +19,5 @@
<xi:include href="itemizedlist-service-list.xml"/> <xi:include href="itemizedlist-service-list.xml"/>
</annotation> </annotation>
</info> </info>
<xi:include href="ch_compute-v3.xml"/> <xi:include href="ch_compute-v2.1.xml"/>
</book> </book>

View File

@ -9,37 +9,37 @@
xmlns:linkend="http://www.w3.org/1999/linkend" xmlns:linkend="http://www.w3.org/1999/linkend"
xmlns:xref="http://www.w3.org/1999/xref" xmlns:xref="http://www.w3.org/1999/xref"
xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:wadl="http://wadl.dev.java.net/2009/02"
version="5.0-extension RackBook-2.0" xml:id="compute-ext-v3" version="5.0-extension RackBook-2.0" xml:id="compute-ext-v2.1"
role="api-reference"> role="api-reference">
<title>Compute API v3 (EXPERIMENTAL)</title> <title>Compute API v2.1 (EXPERIMENTAL)</title>
<note><para>XML support in requests and responses has been <note><para>XML support in requests and responses has been deprecated for the Compute
deprecated for the Compute API v3.</para></note> API v2.1 (originally referred to as v2.1).</para></note>
<!-- GET v3/extensions does not work --> <!-- GET v2.1/extensions does not work -->
<!-- <para>Query the Compute API to list available extensions with a <!-- <para>Query the Compute API to list available extensions with a
&GET; request to <code>v3/extensions</code>.</para>--> &GET; request to <code>v2.1/extensions</code>.</para>-->
<section xml:id="v3versions"> <section xml:id="v2.1versions">
<title>API versions</title> <title>API versions</title>
<para>List information for all API versions.</para> <para>List information for all API versions.</para>
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02"> <wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
<wadl:resource <wadl:resource
href="../wadls/compute-api/src/v3/wadl/os-versions-v3.wadl#versions"> href="../wadls/compute-api/src/v2.1/wadl/os-versions-v2.1.wadl#versions">
<wadl:method href="#listVersionsv3"/> <wadl:method href="#listVersionsv2.1"/>
</wadl:resource> </wadl:resource>
<wadl:resource <wadl:resource
href="../wadls/compute-api/src/v3/wadl/os-versions-v3.wadl#version"> href="../wadls/compute-api/src/v2.1/wadl/os-versions-v2.1.wadl#version">
<wadl:method href="#showVersionDetailsv3"/> <wadl:method href="#showVersionDetailsv2.1"/>
</wadl:resource> </wadl:resource>
</wadl:resources> </wadl:resources>
</section> </section>
<section xml:id="v3server"> <section xml:id="v2.1server">
<title>Server admin actions (servers)</title> <title>Server admin actions (servers)</title>
<para>Administrators only. Perform actions on a server. Specify <para>Administrators only. Perform actions on a server. Specify
the action in the request body.</para> the action in the request body.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-admin-actions-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-admin-actions-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3agents"> <section xml:id="v2.1agents">
<title>Guest agents (os-agents)</title> <title>Guest agents (os-agents)</title>
<para>Creates, updates, and deletes guest agents. Use guest agents <para>Creates, updates, and deletes guest agents. Use guest agents
to access files on the disk, configure networking, or run other to access files on the disk, configure networking, or run other
@ -48,208 +48,208 @@
Use of guest agents is possible only if the underlying service Use of guest agents is possible only if the underlying service
provider uses the Xen driver.</para> provider uses the Xen driver.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-agents-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-agents-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3aggregate"> <section xml:id="v2.1aggregate">
<title>Host aggregates (os-aggregates)</title> <title>Host aggregates (os-aggregates)</title>
<para>Creates and manages host aggregates. An aggregate assigns <para>Creates and manages host aggregates. An aggregate assigns
metadata to groups of compute nodes. Aggregates are only visible metadata to groups of compute nodes. Aggregates are only visible
to the cloud provider.</para> to the cloud provider.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-aggregates-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-aggregates-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3cell"> <section xml:id="v2.1cell">
<title>Cells (os-cells)</title> <title>Cells (os-cells)</title>
<para>Enables cells-related functionality such as adding neighbor <para>Enables cells-related functionality such as adding neighbor
cells, listing neighbor cells, and getting the capabilities of cells, listing neighbor cells, and getting the capabilities of
the local cell.</para> the local cell.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-cells-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-cells-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3certificate"> <section xml:id="v2.1certificate">
<title>Root certificates (os-certificates)</title> <title>Root certificates (os-certificates)</title>
<para>Creates and shows details for a root certificate.</para> <para>Creates and shows details for a root certificate.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-certificates-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-certificates-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3configdrive"> <section xml:id="v2.1configdrive">
<title>Configuration drive (os-config-drive)</title> <title>Configuration drive (os-config-drive)</title>
<para>Returns server details for a specific service ID or <para>Returns server details for a specific service ID or
user.</para> user.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-config-drive-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-config-drive-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3deferredelete"> <section xml:id="v2.1deferredelete">
<title>Server deferred delete (os-deferred-delete)</title> <title>Server deferred delete (os-deferred-delete)</title>
<para>Force-deletes a server or restores a deleted server.</para> <para>Force-deletes a server or restores a deleted server.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-deferred-delete-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-deferred-delete-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3evaculation"> <section xml:id="v2.1evaculation">
<title>Evacuate (os-evacuate)</title> <title>Evacuate (os-evacuate)</title>
<para>Enables server evacuation.</para> <para>Enables server evacuation.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-evacuate-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-evacuate-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3availzone"> <section xml:id="v2.1availzone">
<title>Servers with extended availability zones <title>Servers with extended availability zones
(os-extended-availability-zone)</title> (os-extended-availability-zone)</title>
<para>Shows the instance availability zone for compute nodes <para>Shows the instance availability zone for compute nodes
(nova-compute). Internal services appear in their own internal (nova-compute). Internal services appear in their own internal
availability zone.</para> availability zone.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-extended-availability-zone-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-extended-availability-zone-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3extendattributes"> <section xml:id="v2.1extendattributes">
<title>Server extended attributes <title>Server extended attributes
(os-extended-server-attributes)</title> (os-extended-server-attributes)</title>
<para>Shows metadata for servers.</para> <para>Shows metadata for servers.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-extended-server-attributes-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-extended-server-attributes-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3extendedstatus"> <section xml:id="v2.1extendedstatus">
<title>Server extended status (os-extended-status)</title> <title>Server extended status (os-extended-status)</title>
<para>Shows extended status information, vm_state, task_state, and <para>Shows extended status information, vm_state, task_state, and
power_state, in detailed server responses.</para> power_state, in detailed server responses.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-extended-status-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-extended-status-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3flavoraccess"> <section xml:id="v2.1flavoraccess">
<title>Flavor access (os-flavor-access)</title> <title>Flavor access (os-flavor-access)</title>
<para>Flavor access support.</para> <para>Flavor access support.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-flavor-access-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-flavor-access-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3flavorspecs"> <section xml:id="v2.1flavorspecs">
<title>Flavor extra-specs (flavor-extra-specs)</title> <title>Flavor extra-specs (flavor-extra-specs)</title>
<para>Lists, creates, deletes, and updates the extra-specs or keys <para>Lists, creates, deletes, and updates the extra-specs or keys
for a flavor.</para> for a flavor.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-flavorspecs-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-flavorspecs-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3flavormanage"> <section xml:id="v2.1flavormanage">
<title>Flavors manage (flavor-manage)</title> <title>Flavors manage (flavor-manage)</title>
<para>Support for creating and deleting flavor.</para> <para>Support for creating and deleting flavor.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-flavor-manage-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-flavor-manage-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3flavortxtx"> <section xml:id="v2.1flavortxtx">
<title>Flavors with rxtx_factor extended attribute <title>Flavors with rxtx_factor extended attribute
(os-flavor-rxtx)</title> (os-flavor-rxtx)</title>
<para>Support to show the rxtx status of a flavor.</para> <para>Support to show the rxtx status of a flavor.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-flavor-rxtx-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-flavor-rxtx-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3flavorextend"> <section xml:id="v2.1flavorextend">
<title>Flavors with extended attributes (flavors)</title> <title>Flavors with extended attributes (flavors)</title>
<para>Returns information about Flavors.</para> <para>Returns information about Flavors.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-flavors-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-flavors-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3hosts"> <section xml:id="v2.1hosts">
<title>Hosts (os-hosts)</title> <title>Hosts (os-hosts)</title>
<para>Manages physical hosts.</para> <para>Manages physical hosts.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-hosts-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-hosts-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3hypervisors"> <section xml:id="v2.1hypervisors">
<title>Hypervisors (os-hypervisors)</title> <title>Hypervisors (os-hypervisors)</title>
<para>Displays extra statistical information from the machine that <para>Displays extra statistical information from the machine that
hosts the hypervisor through the API for the hypervisor (XenAPI hosts the hypervisor through the API for the hypervisor (XenAPI
or KVM/libvirt).</para> or KVM/libvirt).</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-hypervisors-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-hypervisors-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3instance"> <section xml:id="v2.1instance">
<title>Server actions (servers)</title> <title>Server actions (servers)</title>
<para>Permits all users to list available actions for a specified <para>Permits all users to list available actions for a specified
server. Permits administrators to get details for a specified server. Permits administrators to get details for a specified
action for a specified server.</para> action for a specified server.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-instance-actions-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-instance-actions-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="os-instance-usage-audit-log-v3"> <section xml:id="os-instance-usage-audit-log-v2.1">
<title>Instance usage audit log <title>Instance usage audit log
(os-instance-usage-audit-log)</title> (os-instance-usage-audit-log)</title>
<para>Admin-only task log monitoring.</para> <para>Admin-only task log monitoring.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-instance-usage-audit-log-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-instance-usage-audit-log-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3limits"> <section xml:id="v2.1limits">
<title>Limits (limits)</title> <title>Limits (limits)</title>
<para>Provide all global and rate limit information.</para> <para>Provide all global and rate limit information.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-limits-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-limits-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3migrations"> <section xml:id="v2.1migrations">
<title>Migrations (os-migrations)</title> <title>Migrations (os-migrations)</title>
<para>Provide data on migrations.</para> <para>Provide data on migrations.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-migrations-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-migrations-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3multinic"> <section xml:id="v2.1multinic">
<title>Multinic (os-multinic)</title> <title>Multinic (os-multinic)</title>
<para>Multiple network support.</para> <para>Multiple network support.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-multinic-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-multinic-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3quotaclasses"> <section xml:id="v2.1quotaclasses">
<title>Quota class (os-quota-class-sets)</title> <title>Quota class (os-quota-class-sets)</title>
<para>Quota classes management support.</para> <para>Quota classes management support.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-quota-class-sets-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-quota-class-sets-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3quotasets"> <section xml:id="v2.1quotasets">
<title>Quota sets (os-quota-sets)</title> <title>Quota sets (os-quota-sets)</title>
<para>Permits administrators, depending on policy settings, to <para>Permits administrators, depending on policy settings, to
view quotas for a tenant and view and update default view quotas for a tenant and view and update default
quotas.</para> quotas.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-quota-sets-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-quota-sets-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3remoteconsole"> <section xml:id="v2.1remoteconsole">
<title>Server remote console (os-remote-consoles)</title> <title>Server remote console (os-remote-consoles)</title>
<para>Interactive console support.</para> <para>Interactive console support.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-remote-consoles-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-remote-consoles-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="os-server-usage-v3"> <section xml:id="os-server-usage-v2.1">
<title>Server usage (os-server-usage)</title> <title>Server usage (os-server-usage)</title>
<para>Adds launched_at and terminated_at to servers.</para> <para>Adds launched_at and terminated_at to servers.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-server-usage-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-server-usage-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
<section xml:id="v3simpletenant"> <section xml:id="v2.1simpletenant">
<title>Usage reports (os-simple-tenant-usage)</title> <title>Usage reports (os-simple-tenant-usage)</title>
<para>Provide simple tenant usage for tenant.</para> <para>Provide simple tenant usage for tenant.</para>
<wadl:resources <wadl:resources
href="../wadls/compute-api/src/v3/wadl/os-simple-tenant-usage-v3.wadl" href="../wadls/compute-api/src/v2.1/wadl/os-simple-tenant-usage-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/> xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section> </section>
</chapter> </chapter>

View File

@ -25,8 +25,8 @@
API v2 extensions (CURRENT)</link></para> API v2 extensions (CURRENT)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="api-ref-compute-v3.html">Compute API <para><link xlink:href="api-ref-compute-v2.1.html">Compute API
v3 (EXPERIMENTAL)</link></para> v2.1 (EXPERIMENTAL)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="api-ref-databases-v1.html">Database <para><link xlink:href="api-ref-databases-v1.html">Database

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<choices xmlns:atom="http://www.w3.org/2005/Atom" <choices xmlns:atom="http://www.w3.org/2005/Atom"
xmlns="http://docs.openstack.org/common/api/v1.0"> xmlns="http://docs.openstack.org/common/api/v1.0">
<version status="EXPERIMENTAL" id="v3.0"> <version status="EXPERIMENTAL" id="v2.1">
<media-types> <media-types>
<media-type base="application/json" <media-type base="application/json"
type="application/vnd.openstack.compute+json;version=3" type="application/vnd.openstack.compute+json;version=3"

Some files were not shown because too many files have changed in this diff Show More