We are gleeful to announce the release of: cloudkitty-dashboard 5.0.0: CloudKitty Horizon dashboard This release is part of the ocata release series. Download the package from: https://pypi.python.org/pypi/cloudkitty-dashboard For more details, please see below. Changes in cloudkitty-dashboard 0.6.1..5.0.0 -------------------------------------------- 0efc3c6 Add module priority in the dashboard 7bbf02e User experience improvement on hashmap's forms e328eda Remove py26 support 1299dc4 Added release note for cloudkittydashboard 5cdebd7 fix bug: change getSelectedImage to getSelectedImageOrSnapshot 2118c2b Set upper-constraints for tox ab732b5 remove useless file: dashboards/admin/dashboard.py 59f5050 Show team and repo badges on README 97d25ae Don't include openstack/common in flake8 exclude list 00adadd Drop MANIFEST.in - it's not needed by pbr 131d1a8 Fix miss import _ 7bafa51 Update home page link in cfg file Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 - README.rst | 9 + cloudkittydashboard/dashboards/admin/dashboard.py | 26 -- .../dashboards/admin/hashmap/forms.py | 81 ++++++- .../dashboards/admin/hashmap/tables.py | 4 + .../hashmap/templates/hashmap/service_details.html | 7 + .../dashboards/admin/hashmap/views.py | 35 ++- .../dashboards/admin/modules/forms.py | 33 +++ .../dashboards/admin/modules/tables.py | 16 +- .../dashboards/admin/modules/urls.py | 4 +- .../dashboards/admin/modules/views.py | 34 +++ .../dashboards/project/rating/views.py | 1 + .../static/cloudkitty/js/pricing.js | 2 +- openstack-common.conf | 6 - releasenotes/notes/.placeholder | 0 releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 263 +++++++++++++++++++++ releasenotes/source/index.rst | 16 ++ releasenotes/source/unreleased.rst | 5 + setup.cfg | 3 +- test-requirements.txt | 1 + tox.ini | 9 +- 23 files changed, 504 insertions(+), 57 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 31f5ce4..8859dbe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,0 +15 @@ testtools>=1.4.0 +reno>=1.8.0 # Apache2