Revision to TODO list

This patch removes the TODO item about 'template_url' support, which has
been added in https://review.openstack.org/#/c/375952/. The patch also
adds two new TODO items about nova server operations. These new nova
server operations will be useful for long running VM cluster instances
and for load-balancing or HA.

Change-Id: I6e51d289176b647a4fedc5bbaf1e31f5efff6734
This commit is contained in:
tengqm 2016-10-02 08:09:36 -04:00
parent 84bf7c69eb
commit d06646bf48

View File

@ -21,7 +21,6 @@ API
ENGINE
------
- Scaling Improvements [https://etherpad.openstack.org/p/newton-senlin-ha]
* Ensure all scaling operations are based on 'real' size.
* Ensure 'desired_capacity' will be controlled by users, not senlin engine
or policies.
* Always do health check before any scaling actions.
@ -41,9 +40,9 @@ API
PROFILE
-------
- 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.
- Add support to VM migration operations for nova server profile.
- Add support to snapshot/restore operations for nova server profile. The
possible use case is rapid scale.
POLICY