From 4a101d1b6a316f9ba64baf692e535105ad5dddb6 Mon Sep 17 00:00:00 2001 From: Christophe Sauthier Date: Thu, 26 Jan 2017 18:20:47 +0100 Subject: [PATCH] Release python-cloudkittyclient for Ocata Change-Id: I7f3e3ef388a8f5e6be46977c4ce084506854c81f --- .../ocata/python-cloudkittyclient.yaml | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/deliverables/ocata/python-cloudkittyclient.yaml b/deliverables/ocata/python-cloudkittyclient.yaml index 76bd5df637..861af12573 100644 --- a/deliverables/ocata/python-cloudkittyclient.yaml +++ b/deliverables/ocata/python-cloudkittyclient.yaml @@ -1,6 +1,24 @@ --- -include-pypi-link: true launchpad: cloudkitty -release-model: cycle-with-intermediary team: cloudkitty 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.