File: TODO

package info (click to toggle)
python-senlinclient 0.4.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 760 kB
  • sloc: python: 8,556; makefile: 195; sh: 155
file content (26 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
High Priority
=============

  - Support action_create
  - Support action_delete
  - Support action_cancel
  - Support event_delete
  - 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 for token based authentication
  - Add CLI argument checking, required vs optional

Middle Priority
===============

  - Use code from https://review.openstack.org/#/c/95679/ to replace
    _append_global_identity_args(parser)
  - Add unit tests
  - Figure out how to use access_info and reauthenticate parameters for
    authentication.
  - Support trust based authentication

Low Priority
============