From 02a636494e09aec2e59f47914ff706e550fe1736 Mon Sep 17 00:00:00 2001 From: tengqm Date: Thu, 19 Mar 2015 14:41:35 +0800 Subject: [PATCH] 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 --- TODO | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 3869f4797..dd391ee17 100644 --- a/TODO +++ b/TODO @@ -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]