Fixed misspelling of ephemeral (was ephermeral)
bug: #1158943 Change-Id: Ie6099c5b8e43e012b848429fd9c1fc9b2bff342f author: Diane Fleming
This commit is contained in:
0
api-ref/.htaccess
Normal file
0
api-ref/.htaccess
Normal file
@@ -3,7 +3,6 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<!-- POM Build file for the Keystone Developer Guide -->
|
<!-- POM Build file for the Keystone Developer Guide -->
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>org.openstack.identity</groupId>
|
<groupId>org.openstack.identity</groupId>
|
||||||
<artifactId>docs</artifactId>
|
<artifactId>docs</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
@@ -36,7 +35,7 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<doctools.version>1.5.2</doctools.version>
|
<doctools.version>1.7.2</doctools.version>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@@ -15,7 +15,6 @@
|
|||||||
</info>
|
</info>
|
||||||
<preface xml:id="Overview">
|
<preface xml:id="Overview">
|
||||||
<title>OpenStack API Reference</title>
|
<title>OpenStack API Reference</title>
|
||||||
|
|
||||||
<para>Use the OpenStack APIs in your OpenStack cloud: Identity
|
<para>Use the OpenStack APIs in your OpenStack cloud: Identity
|
||||||
service, Compute and Compute extensions, Image service, Volumes,
|
service, Compute and Compute extensions, Image service, Volumes,
|
||||||
and Object Storage. You must install the packages for each API
|
and Object Storage. You must install the packages for each API
|
||||||
@@ -128,13 +127,11 @@
|
|||||||
<wadl:resources
|
<wadl:resources
|
||||||
href="../wadls/compute-api/src/ext/os-instance-actions.wadl"
|
href="../wadls/compute-api/src/ext/os-instance-actions.wadl"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="ext-os-admin-actions">
|
<section xml:id="ext-os-admin-actions">
|
||||||
<title>Server Actions (Admin)</title>
|
<title>Server Actions (Admin)</title>
|
||||||
<para>Permits administrators to perform actions on a
|
<para>Permits administrators to perform actions on a
|
||||||
server.</para>
|
server.</para>
|
||||||
|
|
||||||
<wadl:resources
|
<wadl:resources
|
||||||
href="../wadls/compute-api/src/ext/os-admin-actions.wadl"
|
href="../wadls/compute-api/src/ext/os-admin-actions.wadl"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
||||||
@@ -294,7 +291,7 @@
|
|||||||
<para>Creates a flavor, gets details for a flavor, and
|
<para>Creates a flavor, gets details for a flavor, and
|
||||||
lists details for available flavors. Includes the
|
lists details for available flavors. Includes the
|
||||||
<literal>rxtx_factor</literal>,
|
<literal>rxtx_factor</literal>,
|
||||||
<literal>OS-FLV-EXT-DATA:ephermeral</literal>, and
|
<literal>OS-FLV-EXT-DATA:ephemeral</literal>, and
|
||||||
<literal>swap</literal> extended attributes.</para>
|
<literal>swap</literal> extended attributes.</para>
|
||||||
<wadl:resources
|
<wadl:resources
|
||||||
href="../wadls/compute-api/src/ext/os-flavorextradata.wadl"
|
href="../wadls/compute-api/src/ext/os-flavorextradata.wadl"
|
||||||
@@ -433,5 +430,4 @@
|
|||||||
href="../wadls/object-api/src/os-object-api-1.0.wadl"
|
href="../wadls/object-api/src/os-object-api-1.0.wadl"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
</book>
|
</book>
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
<method name="POST" id="createFlavor">
|
<method name="POST" id="createFlavor">
|
||||||
<wadl:doc xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN">
|
<wadl:doc xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN">
|
||||||
<p xmlns="http://www.w3.org/1999/xhtml">Creates a flavor.
|
<p xmlns="http://www.w3.org/1999/xhtml">Creates a flavor.
|
||||||
Includes the rxtx_factor, OS-FLV-EXT-DATA:ephermeral,
|
Includes the rxtx_factor, OS-FLV-EXT-DATA:ephemeral,
|
||||||
and swap extended attributes.</p>
|
and swap extended attributes.</p>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
<wadl:doc xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN">
|
<wadl:doc xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN">
|
||||||
<p xmlns="http://www.w3.org/1999/xhtml">Gets details for a
|
<p xmlns="http://www.w3.org/1999/xhtml">Gets details for a
|
||||||
specified flavor. Includes the rxtx_factor,
|
specified flavor. Includes the rxtx_factor,
|
||||||
OS-FLV-EXT-DATA:ephermeral, and swap extended
|
OS-FLV-EXT-DATA:ephemeral, and swap extended
|
||||||
attributes.</p>
|
attributes.</p>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
<wadl:doc xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN">
|
<wadl:doc xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN">
|
||||||
<p xmlns="http://www.w3.org/1999/xhtml">Lists details for
|
<p xmlns="http://www.w3.org/1999/xhtml">Lists details for
|
||||||
available flavors. Includes the rxtx_factor,
|
available flavors. Includes the rxtx_factor,
|
||||||
OS-FLV-EXT-DATA:ephermeral, and swap extended
|
OS-FLV-EXT-DATA:ephemeral, and swap extended
|
||||||
attributes.</p>
|
attributes.</p>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
|
Reference in New Issue
Block a user