From e292d5fcbf0ccde83c2d2bedd486ef4399ed84cd Mon Sep 17 00:00:00 2001 From: yanyanhu Date: Wed, 21 Sep 2016 02:52:06 -0400 Subject: [PATCH] Revise TODO.rst This patch removes some in-progress workitems from TODO.rst. Change-Id: I7567fea8126b24cf24e36cd29654237668988ea4 --- TODO.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/TODO.rst b/TODO.rst index 61d49be7..ad6c24d7 100644 --- a/TODO.rst +++ b/TODO.rst @@ -21,7 +21,7 @@ API ENGINE ------ - Scaling Improvements [https://etherpad.openstack.org/p/newton-senlin-ha] - * Ensure all scaling operations are based on 'desired_capacity'. + * 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. @@ -71,7 +71,6 @@ ENGINE ------ - Allow actions to be paused and resumed. This is important for some background 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: `Autoscaling Notifications`_ @@ -83,10 +82,6 @@ PROFILE ------- - Support disk property update for os.nova.server profile -Receiver --------- - - Zaqar queue based receiver. - DOC -----