File: TODO

package info (click to toggle)
python-senlinclient 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 948 kB
  • sloc: python: 8,479; makefile: 165; sh: 35
file content (23 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
High Priority
=============

  - Support action_cancel
  - 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.opendev.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
============