update TODO to add multi-region/cloud support

This commit is contained in:
QI ZHANG 2015-03-11 17:01:59 +08:00
parent 8a10f74b91
commit c48f381643
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -9,6 +9,10 @@ ENGINE
- handle cancel_action() properly. When dispatcher.cancel_action() is called,
the scheduler should check if the action is still being worked on by someone.
It should send cancel signal, or help that action remove locks if needed.
- Add the support for the multi-region/multi-cloud in profile (Qi Zhang)
Need to add one more column in Profile as identifier, if the cloud is openstack,
this identifier will be the region name which will be used to get the right service
via openstackSDK. If the cloud type is bluemix, this will be the bluemix API address.
DRIVER
------