murano/tabula
Timur Nurlygayanov 552f2653d2 Fixed issue with sessions. 2013-04-01 15:55:20 +04:00
..
bin Finished installable UI 2013-03-26 19:36:41 +04:00
packages Updated python-portasclient 2013-03-29 18:44:15 +04:00
tabula Fixed issue with sessions. 2013-04-01 15:55:20 +04:00
tools Fix running install_venv.py 2013-03-29 18:44:15 +04:00
.gitignore Finished installable UI 2013-03-26 19:36:41 +04:00
README.rst Finished installable UI 2013-03-26 19:36:41 +04:00
manage.py Fixed issue with incorrect import 2013-03-27 10:49:25 +04:00
openstack-common.conf Fixed issue with installation 2013-03-27 11:46:08 +04:00
run_tests.sh Finished installable UI 2013-03-26 19:36:41 +04:00
setup.cfg Finished installable UI 2013-03-26 19:36:41 +04:00
setup.py Fixed issue with installation 2013-03-27 11:46:08 +04:00

README.rst

Horizon Customization Demo Dashboard

This Django project demonstrates how the Horizon app can be used to construct customized dashboards (for OpenStack or anything else).

The horizon module is pulled down from GitHub during setup (see setup instructions below) and added to the virtual environment.

Setup Instructions

The following should get you started:

$ git clone https://github.com/gabrielhurley/horizon_demo.git
$ cd horizon_demo
$ python tools/install_venv.py
$ cp demo_dashboard/local/local_settings.py.example demo_dashboard/local/local_settings.py

Edit the local_settings.py file as needed.

When you're ready to run the development server:

$ ./run_tests.sh --runserver

Using Fake Test Data

If you want a more interesting visualization demo, you can uncomment line 24 of dashboards/visualizations/flocking/views.py to load fake instance data instead of using data from a real Nova endpoint.