Files
python-senlinclient/TODO
tengqm 7b0a640f14 Revised TODO list
- Moved unit tests to middle priority
- Added item for HTTP/Json requests
2015-01-12 09:56:55 +08:00

27 lines
645 B
Plaintext

High Priority
=============
- Add http/json request module to make client tool work [Qiming]
- Support action_create
- Support action_delete
- Support action_cancel
- Support event_delete
Middle Priority
===============
- Use code from https://review.openstack.org/#/c/95679/ to replace
_append_global_identity_args(parser)
- Migrate to openstacksdk when possible, since apiclient is deprecated
* remove openstack/common/apiclient according to:
https://review.openstack.org/#/c/134024/2
* rebase on openstacksdk:
https://launchpad.net/python-openstacksdk
- Add unit tests
Low Priority
============