TODO item for actions API

This patch adds a todo related to revisions of actions API. It is a
proposal from api-wg, which is highly likely to be merged soon.
https://review.openstack.org/#/c/234994/

Change-Id: I74e923bf3e1cd41c2a5440e08f1f9de1d85fae61
This commit is contained in:
tengqm 2015-10-15 01:06:51 -04:00
parent 4dfbf20a1f
commit 30bf6836e5
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ API
https://github.com/openstack/api-wg/blob/master/guidelines/pagination_filter_sort.rst
- According to the guidelines from API WG, we need to support `page_reverse`
as a pagination parameter. https://review.openstack.org/190743
- According to the proposal (https://review.openstack.org/#/c/234994/),
actions are to follow a guideline. We may need to revise our actions API
and those related to asynchronous operations.
- Add support to replace a cluster node with another node
- Make object creation requests return code 202, since most creation
are done asynchronously in Senlin.