From 9eb8a8b6bc5f9f5c15d38db40afe776dfb5fbb58 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Wed, 2 Sep 2015 10:39:10 +0900 Subject: [PATCH] Add stack_event_list API resouce_action missing action Adds SNAPSHOT, CHECK, RESTORE and INIT Sorted in alphabetical order (df) Change-Id: I6baabec363e54a140cb42cd5be85263065e34657 Closes-Bug: #1412158 --- .../src/v1/orchestration-api.wadl | 47 ++++++++++--------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl index 7aca43086..b61457d89 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl +++ b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl @@ -710,7 +710,7 @@ - Timelines for stack creation. + Time-lines for stack creation. @@ -1551,10 +1551,11 @@ Filters the event list by a specified resource action. You can use this filter multiple times to filter by multiple resource actions. Valid resource actions are - CREATE, DELETE, - UPDATE, ROLLBACK, - SUSPEND, RESUME, and - ADOPT. + ADOPT, CHECK, CREATE, + DELETE, INIT, + RESTORE, RESUME, + ROLLBACK, SNAPSHOT, + SUSPEND, and UPDATE. @@ -1567,8 +1568,8 @@ Filters the event list by a specified resource status. You can use this filter multiple times to filter by multiple resource statuses. Valid resource statuses are - IN_PROGRESS, COMPLETE, and - FAILED. + COMPLETE, FAILED, and + IN_PROGRESS. @@ -1592,8 +1593,8 @@ Filters the event list by a specified resource type. You can use this filter multiple times to filter by multiple resource types. Valid resource types include - OS::Nova::Server, OS::Cinder::Volume, + OS::Nova::Server, OS::Neutron::Port, and so on. @@ -1633,10 +1634,11 @@ Filters the event list by a specified resource action. You can use this filter multiple times to filter by multiple resource actions. Valid resource actions are - CREATE, DELETE, - UPDATE, ROLLBACK, - SUSPEND, RESUME, and - ADOPT. + ADOPT, CHECK, CREATE, + DELETE, INIT, + RESTORE, RESUME, + ROLLBACK, SNAPSHOT, + SUSPEND, and UPDATE. @@ -1649,8 +1651,8 @@ Filters the event list by a specified resource status. You can use this filter multiple times to filter by multiple resource statuses. Valid resource statuses are - IN_PROGRESS, COMPLETE, and - FAILED. + COMPLETE, FAILED, and + IN_PROGRESS. @@ -1674,8 +1676,8 @@ Filters the event list by a specified resource type. You can use this filter multiple times to filter by multiple resource types. Valid resource types include - OS::Nova::Server, OS::Cinder::Volume, + OS::Nova::Server, OS::Neutron::Port, and so on. @@ -1953,8 +1955,8 @@ - Current status of the deployment. Value is - IN_PROGRESS, COMPLETE, or + Current status of the deployment. A valid value is + COMPLETE, IN_PROGRESS, or FAILED. @@ -2069,7 +2071,7 @@ xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"> - Map of output values for the deployment, as signalled from + Map of output values for the deployment, as signaled from the server. @@ -2112,9 +2114,10 @@ A 503 error code indicates that the heat - engines are down. Run the heat-manage service - list command or contact your cloud provider to - find out why the heat engines are down. + engines are not operational. Run the heat-manage + service list command or contact your cloud + provider to determine why the heat engines are not + operational. @@ -2133,7 +2136,7 @@ - All Orchestration engines are down. + All Orchestration engines are not operational.