Release cloudkitty and cloudkitty-dashboard 5.0.0 for Ocata

Please branch stable/ocata for projects:
- cloudkitty
- cloudkitty-dashboard

Change-Id: If5fcac137f6787a729aff98766769ad52ab04e96
This commit is contained in:
Christophe Sauthier 2017-02-02 22:26:35 +01:00
parent bf558b089f
commit 24a08cfcd5
2 changed files with 40 additions and 2 deletions

View File

@ -1,6 +1,20 @@
---
include-pypi-link: true
launchpad: cloudkitty
release-model: cycle-with-intermediary
team: cloudkitty
type: horizon-plugin
release-model: cycle-with-intermediary
send-announcements-to: openstack-announce@lists.openstack.org
include-pypi-link: yes
branches:
- name: stable/ocata
location: 5.0.0
releases:
- version: 5.0.0
projects:
- repo: openstack/cloudkitty-dashboard
hash: 9fb1813e21af118ce49e9db433783d5ac538b2ab
highlights: >
Change in the numerotation of the versions to use OpenStack's style.
Possibility to change the priority of rating modules.
Improvment of the user experience on hashmap's forms.
Bug fixes and code quality improvement.

View File

@ -3,3 +3,27 @@ launchpad: cloudkitty
release-model: cycle-with-intermediary
team: cloudkitty
type: service
send-announcements-to: openstack-announce@lists.openstack.org
include-pypi-link: yes
branches:
- name: stable/ocata
location: 5.0.0
releases:
- version: 5.0.0
projects:
- repo: openstack/cloudkitty
hash: 31845a888f7adf992667e5753ca45149ba5f13eb
highlights: >
- Update/Refactor/Improvement of the documentation.
- Change in the numerotation of the versions to use OpenStack's style.
- Possibility to expose 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.
- Switch to keystone v3 in cloudkitty's devstack plugin.
- Addition of releases notes.
- Improvement in the policy management.
- Fix serialization problem in the collectors.
- Fix many typos in the documentation.
- Code quality improvement.