Skip to content

A Django project to demonstrate features of the Horizon app and OpenStack dashboard.

Notifications You must be signed in to change notification settings

stuartbfox/horizon_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Django project to demonstrate features of the Horizon app and OpenStack dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published