CloudKitty Horizon Plugin
Go to file
manchandavishal cade8de984 Drop Django 1.11 support
Django 1.11 ends its extended support in April 2020 (which is before
Ussuri release), so horizon drops Django 1.11 support in Ussuri.

tox envs for non-primary Django versions are no longer needed in tox.ini
as testing environments for non-primary Django versions are setup in
the zuul jobs now.

horizon>=17.1.0 is required to use Django 2.2.
requirements.txt is updated accordingly.
For more info. please refer [1], [2].

[1] https://review.opendev.org/#/c/700733/
[2] https://etherpad.openstack.org/p/Enable_Django22_support_in_Horizon_Plugin

Change-Id: I6f393b85306e514f9e00567dfd2b9940d6f26253
2020-01-08 02:44:37 +00:00
cloudkittydashboard Imported Translations from Zanata 2019-11-18 08:48:32 +00:00
doc Dependency and tox.ini cleanup 2019-12-12 11:31:40 +01:00
releasenotes Imported Translations from Zanata 2019-12-12 08:18:39 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-23 07:55:30 +00:00
.gitignore Modify the '.gitignore' file 2018-08-20 00:07:32 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:00 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-17 15:54:45 +07:00
.zuul.yaml Add check-requirements job template 2019-12-12 13:24:40 +00:00
CONTRIBUTING.rst Merge "Update the documentation link for doc migration" 2018-09-21 16:01:15 +00:00
HACKING.rst Update the documentation link for doc migration 2017-12-06 18:30:09 +08:00
LICENSE Init the repo with common files 2014-08-24 10:15:05 +02:00
README.rst Change openstack-dev to openstack-discuss 2018-12-04 06:48:37 +00:00
babel-django.cfg translation: drop babel extractor definitions 2019-12-27 02:10:13 +09:00
babel-djangojs.cfg translation: drop babel extractor definitions 2019-12-27 02:10:13 +09:00
requirements.txt Drop Django 1.11 support 2020-01-08 02:44:37 +00:00
setup.cfg Drop python 2.7 support and testing 2019-10-31 07:42:26 +00:00
setup.py Updated to liberty requirements 2016-03-03 15:39:41 +01:00
test-requirements.txt Drop Django 1.11 support 2020-01-08 02:44:37 +00:00
tox.ini Drop Django 1.11 support 2020-01-08 02:44:37 +00:00

README.rst

Team and repository tags

image

CloudKitty dashboard

Wiki

CloudKitty Wiki

IRC

#cloudkitty @ freenode

Horizon dashboard for CloudKitty.

About

cloudkitty-dashboard is an extension for OpenStack Dashboard providing UI for CloudKitty.

With CloudKitty dashboard, operators can easily define a rating policy for their cloud without the use of a CLI. Users can get information about their usage, and predict costs of an instance.

Contributing

We are welcoming new contributors, if you've got new ideas, suggestions or want to contribute, contact us.

You can reach us through IRC (#cloudkitty @freenode.net), or on the official OpenStack mailing list openstack-discuss@lists.openstack.org.

A storyboard project is available if you need to report bugs.

Trying it

CloudKitty can be deployed with devstack, more information can be found in the devstack section of the documentation.