Revised TODO list

This patch proposes a revision to the TODO list. Changes include:

- Move policy documentation to mitaka work items etherpad because we are
  already on it.
- Move advanced filtering support back from etherpad because we don't
  have bandwidth to work on it in near term.
- Move support to 'os-request-id' back from etherpad for the same
  reason.
- Format changes to some external links.

Change-Id: Iae059b2b067a4067f789f43842169f9d6ae5bc22
This commit is contained in:
tengqm 2016-02-23 22:04:18 -05:00
parent a868d690ee
commit 8a05010a0c
1 changed files with 11 additions and 11 deletions

View File

@ -18,12 +18,8 @@ API
POLICY
------
- [???] Investigate the impact of node-create and node-delete on certain policies.
DOC
-----
- Provide document(or docstring) for policy data passing for developers.
- Provide documentation for existing policies.
- Investigate the impact of node-create and node-delete on certain policies.
MIDDLE PRIORITY
@ -31,13 +27,14 @@ MIDDLE PRIORITY
API
---
- According to the guidelines from API WG, we need to support `page_reverse`
as a pagination parameter. https://review.openstack.org/190743
- Support advanced filters as suggested by the API WG:
`Filtering Guidelines`_
- Support to ``os-request-id`` when serving api requests.
PROFILE
-------
- [???] Add support to template_url for heat stack profile. If template and template_url
- Add support to template_url for heat stack profile. If template and template_url
are both specified, use template. Need to refer to heat api test for testing heat
profile.
@ -64,8 +61,7 @@ ENGINE
actions such as health checking.
- Add support to replace a cluster node with another node.
- Provide support to oslo.notification and allow nodes to receive and react
to those notifications accordingly.
[https://ask.openstack.org/en/question/46495/heat-autoscaling-adaptation-actions-on-existing-servers/]
to those notifications accordingly: `Autoscaling Notifications`_
POLICY
------
@ -80,3 +76,7 @@ Receiver
DOC
-----
- Provide a sample conf file for customizing senlin options.
.. _`Filtering Guidelines`: http://specs.openstack.org/openstack/api-wg/guidelines/pagination_filter_sort.html#filtering
.. _`Autoscaling Notifications`: https://ask.openstack.org/en/question/46495/heat-autoscaling-adaptation-actions-on-existing-servers/