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
This commit is contained in:
tengqm 2015-05-27 02:05:25 -04:00
parent 094fcab073
commit 374346ccb3
1 changed files with 4 additions and 0 deletions

View File

@ -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