File: rewrite-client-5e99a6d3c7302630.yaml

package info (click to toggle)
python-cloudkittyclient 5.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 748 kB
  • sloc: python: 3,512; makefile: 26; sh: 2
file content (34 lines) | stat: -rw-r--r-- 1,426 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
24
25
26
27
28
29
30
31
32
33
34
---
prelude: >
    python-cloudkittyclient has been completely rewritten in order to be easier
    to maintain. It is now built with cliff.
features:
  - |
    * Client-side CSV report generation: It is possible for users to generate
      CSV reports with the new client. There is a default format, but reports
      may also be configured through a yaml config file. (see documentation)

    * The documentation has been improved. (A few examples on how to use the
      python library + complete API bindings and CLI reference).

    * It is now possible to use the client without Keystone authentication
      (this requires that CK's API is configured to use the noauth auth
      strategy).

    * Various features are brought by cliff: completion, command output
      formatting (table, shell, yaml, json...).

    * The 'python-cloudkittyclient' module is now compatible with python 2.7 and
      3.5 .

    * Integration tests (for 'openstack rating' and 'cloudkitty') have been
      added. These should allow to create gate jobs running against a
      CK devstack.

    * Tests are now ran with stestr instead of testr, which allows a better
      control over execution.

    * The dependency list has been reduced and upper constraints have been set.

    * Simplification of commands. Most commands are now more http-like: no more
      'list' and 'get' commands, but only 'get' with or without a resource ID.