Release python-cloudkittyclient for Ocata

Change-Id: I7f3e3ef388a8f5e6be46977c4ce084506854c81f
This commit is contained in:
Christophe Sauthier
2017-01-26 18:20:47 +01:00
parent 26609e674c
commit 4a101d1b6a

View File

@@ -1,6 +1,24 @@
--- ---
include-pypi-link: true
launchpad: cloudkitty launchpad: cloudkitty
release-model: cycle-with-intermediary
team: cloudkitty team: cloudkitty
type: library type: library
release-model: cycle-with-intermediary
send-announcements-to: openstack-announce@lists.openstack.org
include-pypi-link: yes
branches:
- name: stable/ocata
location: 1.0.0
releases:
- version: 1.0.0
projects:
- repo: openstack/python-cloudkittyclient
hash: 2fe71f729ad689e54ebaf00c575387f0ef4d73ed
highlights: >
Change in the numerotation of the versions to use OpenStack's style.
Possibility to get total/summary for all tenants.
Possibility to gather summary by resource or tenant.
Possibility to request the API to know the available metrics.
Possibility to change the priority of rating modules.
Added default behaviour to fetch dataframe on the current month.
Added support for the OpenStack unified client.
Bug fixes and code quality improvement.