Merge "Updated description of availability zones extension"

This commit is contained in:
Jenkins 2013-04-22 21:45:44 +00:00 committed by Gerrit Code Review
commit 18b62f806b
4 changed files with 17 additions and 15 deletions

View File

@ -146,7 +146,8 @@
</section>
<section xml:id="ext-os-ext-az">
<title>Extended Availability Zones</title>
<para>Shows the instance availability zone. </para>
<para>Shows the instance availability zone for compute nodes (nova-compute).
Internal services appear in their own <emphasis role="italic">internal</emphasis> availability zone.</para>
<wadl:resources
href="../wadls/compute-api/src/ext/os-ext-az.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>

View File

@ -10,7 +10,7 @@
<resources base="https://servers.api.openstack.com">
<resource id="version" path="v2/">
<resource id="tenantID" path="{tenant_id}">
<param name="tenant_id" style="template">
<param name="tenant_id" style="template" type="csapi:UUID">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
The ID for the tenant or account in a multi-tenancy cloud.
</p></doc>
@ -20,7 +20,7 @@
<method href="#list_aggregates"/>
<method href="#create_aggregate"/>
<resource path="{aggregate_id}">
<param name="aggregate_id" style="template">
<param name="aggregate_id" style="template" type="csapi:UUID">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
The ID associated with an aggregate.
</p>
@ -66,12 +66,12 @@
</p>
</wadl:doc>
<request>
<param name="name" style="plain" required="true">
<param name="name" style="plain" required="true" type="csapi:string">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
Name of aggregate
</p></doc>
</param>
<param name="availability_zone" style="plain" required="true">
<param name="availability_zone" style="plain" required="true" type="csapi:string">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
Availability zone of aggregate
</p></doc>
@ -133,14 +133,14 @@
</p>
</wadl:doc>
<request>
<param name="name" style="plain" required="true">
<param name="name" style="plain" required="true" type="csapi:string">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
Name of aggregate
Name of aggregate.
</p></doc>
</param>
<param name="availability_zone" style="plain" required="true">
<param name="availability_zone" style="plain" required="true" type="csapi:string">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
Availability zone of aggregate
Availability zone of aggregate.
</p></doc>
</param>
<representation mediaType="application/xml">
@ -186,7 +186,7 @@
</p>
</wadl:doc>
<request>
<param name="metadata" style="plain" required="true">
<param name="metadata" style="plain" required="true" type="csapi:string">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
Metadata value to be set.
</p></doc>
@ -222,7 +222,7 @@
</p>
</wadl:doc>
<request>
<param name="host" style="plain" required="true">
<param name="host" style="plain" required="true" type="csapi:UUID">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
Host ID to add to an aggregate, which is a collection of multiple groups of hosts that share common resources like storage and network.
</p></doc>
@ -259,7 +259,7 @@
</p>
</wadl:doc>
<request>
<param name="host" style="plain" required="true">
<param name="host" style="plain" required="true" type="csapi:UUID">
<doc><p xmlns="http://www.w3.org/1999/xhtml">
Host ID to add to an aggregate.
</p></doc>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012 OpenStack LLC., All Rights Reserved -->
<!-- (C) 2012-2013 OpenStack Foundation, All Rights Reserved -->
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012 OpenStack LLC., All Rights Reserved -->
<!-- (C) 2012-2013 OpenStack Foundation, All Rights Reserved -->
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02">
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<resources base="https://servers.api.openstack.com">
<resource id="version" type="#VersionDetails" path="v2/">