From 374346ccb332c228cd05109e8e797eff82011b3f Mon Sep 17 00:00:00 2001 From: tengqm Date: Wed, 27 May 2015 02:05:25 -0400 Subject: [PATCH] Add TODO wrt start_action function in scheduler The start_action() entry function could be used for notifying the scheduler to pick up any READY actions for execution. Change-Id: Iba9ffecdc7f4ed61eac9b6163db4bc789f034764 --- TODO.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.rst b/TODO.rst index 1ac2cc3df..4720a8560 100644 --- a/TODO.rst +++ b/TODO.rst @@ -61,6 +61,10 @@ ENGINE Note: if template and template_url are both specified, use template Need to refer to heat api test for testing heat profile + - Revise start_action() in scheduler module so that it can handle cases when + action_id specified is None. When ``action_id`` parameter is None, it + means that the scheduler will pick a suitable READY action for execution. + OSLO ---- - Add support to oslo_versionedobjects