From ef94660f58f0408e6017b9b3c67deb7a6c90e114 Mon Sep 17 00:00:00 2001 From: tengqm Date: Mon, 26 Jan 2015 09:45:22 +0800 Subject: [PATCH] Removed some items that were completed --- TODO | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/TODO b/TODO index c0e0eb66..c0105b89 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,6 @@ High Priority ============= - - Implement profile operations (starting from os.senlin.stack) - - Add http/json request module to make client tool work [Qiming] - Support action_create - Support action_delete - Support action_cancel @@ -10,16 +8,13 @@ High Priority - Add support to HTTPS connection * This means a cert and key option using plain HTTP package, while it means using Transport when we switched to OpenStackSDK - - Add checking of required identity arguments + - Add checking for token based authentication Middle Priority =============== - - Figure out how to set USER_AGENT - - Use code from https://review.openstack.org/#/c/95679/ to replace _append_global_identity_args(parser) - - Add unit tests Low Priority