Updated TODO list

- added one item about api spec -- sorting by fields;
- removed multi-region/cloud item, which seems working now
- renamed priv management to access control.

Change-Id: Ie32bcfcc7a44b2ac897b60b2ea7b07da4fd58811
This commit is contained in:
tengqm 2015-03-19 14:41:35 +08:00
parent c7fccd8b61
commit 02a636494e
1 changed files with 4 additions and 5 deletions

9
TODO
View File

@ -9,10 +9,6 @@ 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
------
@ -35,10 +31,13 @@ MIDDLE PRIORITY
API
---
- Implement webhook support [Yanyan Hu]
- Provide support for privilege management [Yanyan Hu]
- Provide support for access control [Yanyan Hu]
- Implement a middleware for trust handling
- Extend policy middleware to support resource sharing between different
senlin users
- Revise the API for sorting, based on the following guideline:
https://github.com/openstack/api-wg/blob/master/guidelines/pagination_filter_sort.rst
DB
--
- Add test cases for policy_delete with 'force' set to True[Liuh/ZhaiHF]