Add missing method for compute v2.0 ext api os-interface
Add missing delete method description for compute v2.0 ext api os-interface. Change-Id: I95d69eea81ef2022c467bd47a9081815c2e4c07a Close-bug: #1324368
This commit is contained in:
parent
52424fe3a6
commit
cd1ccfaad1
@ -58,19 +58,18 @@
|
||||
<section xml:id="ext-os-flavor-rxtx">
|
||||
<title>Flavors with rxtx_factor extended attribute
|
||||
(flavors)</title>
|
||||
<para>Create a flavor, get details for a specified flavor, and
|
||||
list details for available flavors. Includes the
|
||||
<literal>rxtx_factor</literal> extended attribute,
|
||||
related to configured bandwidth cap values.</para>
|
||||
<para>Create, get details for, and list details for flavors.
|
||||
Includes the <literal>rxtx_factor</literal> extended
|
||||
attribute, related to configured bandwidth cap
|
||||
values.</para>
|
||||
<wadl:resources
|
||||
href="../wadls/compute-api/src/v2/ext/os-flavor-rxtx.wadl"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
||||
</section>
|
||||
<section xml:id="ext-os-flavorextradata">
|
||||
<title>Flavors with extended attributes (flavors)</title>
|
||||
<para>Create a flavor, get details for a flavor, and list
|
||||
details for available flavors. Includes the
|
||||
<literal>rxtx_factor</literal>,
|
||||
<para>Create, get details for, and list details for flavors.
|
||||
Includes the <literal>rxtx_factor</literal>,
|
||||
<literal>OS-FLV-EXT-DATA:ephemeral</literal>, and
|
||||
<literal>swap</literal> extended attributes.</para>
|
||||
<wadl:resources
|
||||
@ -136,7 +135,7 @@
|
||||
</section>
|
||||
<section xml:id="ext-os-interface">
|
||||
<title>Attach interfaces (os-interface)</title>
|
||||
<para>Create, list, and get details for port
|
||||
<para>Create, list, get details for, and delete port
|
||||
interfaces.</para>
|
||||
<wadl:resources
|
||||
href="../wadls/compute-api/src/v2/ext/os-interface.wadl"
|
||||
@ -144,7 +143,7 @@
|
||||
</section>
|
||||
<section xml:id="ext-os-certificates">
|
||||
<title>Root certificates (os-certificates)</title>
|
||||
<para>Creates and show details for a root certificate.</para>
|
||||
<para>Create and show details for a root certificate.</para>
|
||||
<wadl:resources
|
||||
href="../wadls/compute-api/src/v2/ext/os-certificates.wadl"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
||||
@ -186,7 +185,7 @@
|
||||
</section>
|
||||
<section xml:id="ext-os-fixed-ips">
|
||||
<title>Fixed IPs (os-fixed-ips)</title>
|
||||
<para>Shows data for a specified fixed IP, such as host name,
|
||||
<para>Show data for a specified fixed IP, such as host name,
|
||||
CIDR, and address. Also, reserve or free a fixed
|
||||
IP.</para>
|
||||
<wadl:resources
|
||||
@ -219,7 +218,7 @@
|
||||
</section>
|
||||
<section xml:id="ext-os-floating-ips-bulk">
|
||||
<title>Floating IPs bulk (os-floating-ips-bulk)</title>
|
||||
<para>Bulk create, delete, and list floating IPs. By default,
|
||||
<para>Bulk-create, delete, and list floating IPs. By default,
|
||||
the pool is named nova. Use the
|
||||
<literal>os-floating-ip-pools</literal> extension to
|
||||
view available pools.</para>
|
||||
@ -340,8 +339,8 @@
|
||||
</section>
|
||||
<section xml:id="ext-os-server-password">
|
||||
<title>Server password (os-server-password)</title>
|
||||
<para>Get and reset the encrypted admin password set through
|
||||
the metadata service.</para>
|
||||
<para>Get and reset the encrypted administrative password set
|
||||
through the metadata service.</para>
|
||||
<wadl:resources
|
||||
href="../wadls/compute-api/src/v2/ext/os-server-password.wadl"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
||||
|
@ -46,6 +46,7 @@
|
||||
</param>
|
||||
<method href="#showAttachedInterface"
|
||||
/>
|
||||
<method href="#deleteAttachedInterface"/>
|
||||
</resource>
|
||||
</resource>
|
||||
</resource>
|
||||
@ -232,4 +233,11 @@
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
<method name="DELETE" id="deleteAttachedInterface">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||
title="Detach interface">
|
||||
<para role="shortdesc">Detaches a specified port interface.</para>
|
||||
</wadl:doc>
|
||||
<response status="202"/>
|
||||
</method>
|
||||
</application>
|
||||
|
Loading…
x
Reference in New Issue
Block a user