CloudKitty Horizon Plugin
Go to file
Thomas Goirand 1fde6e4f64 Add missing JS source
cloudkitty-dashboard, so far, doesn't have sourcefull versions of JS files.
This makes the whole package non-free.

This is also quite dangerous, because there's no way to track version
of included javascript, leading to potential security hole disaster.

First step is to re-add the source file. Next step will probably be to
use XStatic packages.

This patch partially addresses:
https://storyboard.openstack.org/#!/story/2003578

but cannot claim to actually fix it. The proper fix would be XStatic.

Story: 2003578
Task: 24924
Change-Id: I02738e95a04bfb497c3bcc99fc7d4765bf23a67d
2018-11-15 14:00:30 +01:00
cloudkittydashboard Add missing JS source 2018-11-15 14:00:30 +01:00
doc Merge "Migration to Storyboard" 2018-09-07 09:08:55 +00:00
releasenotes Imported Translations from Zanata 2018-11-15 07:19:17 +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 Update .gitreview for new namespace 2015-10-17 22:01:30 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-17 15:54:45 +07:00
.zuul.yaml add python 3.6 unit test job 2018-08-31 08:57:47 -04: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 Merge "Update the documentation link for doc migration" 2018-09-21 16:01:15 +00:00
babel-django.cfg Enable translation for cloudkitty-dashboard 2018-07-05 14:36:27 +02:00
babel-djangojs.cfg Enable translation for cloudkitty-dashboard 2018-07-05 14:36:27 +02:00
requirements.txt django.conf.urls.patterns() is deprecated since 1.8 2017-08-08 13:50:02 +00:00
setup.cfg Merge "Update the documentation link for doc migration" 2018-09-21 16:01:15 +00:00
setup.py Updated to liberty requirements 2016-03-03 15:39:41 +01:00
test-requirements.txt Add testcases for cloudkitty-dashboard 2018-10-23 13:36:34 +02:00
tox.ini Update min tox version to 2.0 2018-11-10 15:03:01 +08: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-dev@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.