Merge "Add stack_event_list API resouce_action missing action"

This commit is contained in:
Jenkins
2015-09-02 21:23:41 +00:00
committed by Gerrit Code Review

View File

@@ -710,7 +710,7 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook" <wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"> xml:lang="EN">
<para> <para>
Timelines for stack creation. Time-lines for stack creation.
</para> </para>
</wadl:doc> </wadl:doc>
</param> </param>
@@ -1551,10 +1551,11 @@
Filters the event list by a specified resource action. You Filters the event list by a specified resource action. You
can use this filter multiple times to filter by multiple can use this filter multiple times to filter by multiple
resource actions. Valid resource actions are resource actions. Valid resource actions are
<code>CREATE</code>, <code>DELETE</code>, <code>ADOPT</code>, <code>CHECK</code>, <code>CREATE</code>,
<code>UPDATE</code>, <code>ROLLBACK</code>, <code>DELETE</code>, <code>INIT</code>,
<code>SUSPEND</code>, <code>RESUME</code>, and <code>RESTORE</code>, <code>RESUME</code>,
<code>ADOPT</code>. <code>ROLLBACK</code>, <code>SNAPSHOT</code>,
<code>SUSPEND</code>, and <code>UPDATE</code>.
</para> </para>
</wadl:doc> </wadl:doc>
</param> </param>
@@ -1567,8 +1568,8 @@
Filters the event list by a specified resource status. You Filters the event list by a specified resource status. You
can use this filter multiple times to filter by multiple can use this filter multiple times to filter by multiple
resource statuses. Valid resource statuses are resource statuses. Valid resource statuses are
<code>IN_PROGRESS</code>, <code>COMPLETE</code>, and <code>COMPLETE</code>, <code>FAILED</code>, and
<code>FAILED</code>. <code>IN_PROGRESS</code>.
</para> </para>
</wadl:doc> </wadl:doc>
</param> </param>
@@ -1592,8 +1593,8 @@
Filters the event list by a specified resource type. You can Filters the event list by a specified resource type. You can
use this filter multiple times to filter by multiple use this filter multiple times to filter by multiple
resource types. Valid resource types include resource types. Valid resource types include
<code>OS::Nova::Server</code>,
<code>OS::Cinder::Volume</code>, <code>OS::Cinder::Volume</code>,
<code>OS::Nova::Server</code>,
<code>OS::Neutron::Port</code>, and so on. <code>OS::Neutron::Port</code>, and so on.
</para> </para>
</wadl:doc> </wadl:doc>
@@ -1633,10 +1634,11 @@
Filters the event list by a specified resource action. You Filters the event list by a specified resource action. You
can use this filter multiple times to filter by multiple can use this filter multiple times to filter by multiple
resource actions. Valid resource actions are resource actions. Valid resource actions are
<code>CREATE</code>, <code>DELETE</code>, <code>ADOPT</code>, <code>CHECK</code>, <code>CREATE</code>,
<code>UPDATE</code>, <code>ROLLBACK</code>, <code>DELETE</code>, <code>INIT</code>,
<code>SUSPEND</code>, <code>RESUME</code>, and <code>RESTORE</code>, <code>RESUME</code>,
<code>ADOPT</code>. <code>ROLLBACK</code>, <code>SNAPSHOT</code>,
<code>SUSPEND</code>, and <code>UPDATE</code>.
</para> </para>
</wadl:doc> </wadl:doc>
</param> </param>
@@ -1649,8 +1651,8 @@
Filters the event list by a specified resource status. You Filters the event list by a specified resource status. You
can use this filter multiple times to filter by multiple can use this filter multiple times to filter by multiple
resource statuses. Valid resource statuses are resource statuses. Valid resource statuses are
<code>IN_PROGRESS</code>, <code>COMPLETE</code>, and <code>COMPLETE</code>, <code>FAILED</code>, and
<code>FAILED</code>. <code>IN_PROGRESS</code>.
</para> </para>
</wadl:doc> </wadl:doc>
</param> </param>
@@ -1674,8 +1676,8 @@
Filters the event list by a specified resource type. You can Filters the event list by a specified resource type. You can
use this filter multiple times to filter by multiple use this filter multiple times to filter by multiple
resource types. Valid resource types include resource types. Valid resource types include
<code>OS::Nova::Server</code>,
<code>OS::Cinder::Volume</code>, <code>OS::Cinder::Volume</code>,
<code>OS::Nova::Server</code>,
<code>OS::Neutron::Port</code>, and so on. <code>OS::Neutron::Port</code>, and so on.
</para> </para>
</wadl:doc> </wadl:doc>
@@ -1953,8 +1955,8 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook" <wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"> xml:lang="EN">
<para> <para>
Current status of the deployment. Value is Current status of the deployment. A valid value is
<code>IN_PROGRESS</code>, <code>COMPLETE</code>, or <code>COMPLETE</code>, <code>IN_PROGRESS</code>, or
<code>FAILED</code>. <code>FAILED</code>.
</para> </para>
</wadl:doc> </wadl:doc>
@@ -2069,7 +2071,7 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN"> xml:lang="EN">
<para> <para>
Map of output values for the deployment, as signalled from Map of output values for the deployment, as signaled from
the server. the server.
</para> </para>
</wadl:doc> </wadl:doc>
@@ -2112,9 +2114,10 @@
<listitem> <listitem>
<para> <para>
A <code>503</code> error code indicates that the heat A <code>503</code> error code indicates that the heat
engines are down. Run the <command>heat-manage service engines are not operational. Run the <command>heat-manage
list</command> command or contact your cloud provider to service list</command> command or contact your cloud
find out why the heat engines are down. provider to determine why the heat engines are not
operational.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@@ -2133,7 +2136,7 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook" <wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"> xml:lang="EN">
<para role="shortdesc"> <para role="shortdesc">
All Orchestration engines are down. All Orchestration engines are not operational.
</para> </para>
</wadl:doc> </wadl:doc>
</representation> </representation>