From d06646bf48627a80bf1131a865ca7de60dcfe1bb Mon Sep 17 00:00:00 2001 From: tengqm Date: Sun, 2 Oct 2016 08:09:36 -0400 Subject: [PATCH] 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 --- TODO.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO.rst b/TODO.rst index ad6c24d77..afb6d03fe 100644 --- a/TODO.rst +++ b/TODO.rst @@ -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