OpenStack Dashboard (Horizon)
Go to file
Todd Willey 6a82ba6d25 Remove default "admin"/"admin" user/project credentials and replace with what is configured in settings.py 2011-05-02 18:33:29 +00:00
django-nova permission denied errors now show proper error for instance actions 2011-04-25 17:20:41 -07:00
django-nova-syspanel Use proper credentials when getting per-project connections. 2011-05-02 14:11:08 -04:00
openstack-dashboard This branch adds styling to the permission denied page. 2011-04-22 04:18:15 +00:00
.bzrignore Ignore egg info directory. 2011-04-13 14:33:51 -05:00
LICENSE Initial commit 2011-01-12 13:43:31 -08:00
README Combined django-nova and openstack-dashboard 2011-03-03 23:41:53 -08:00
run_tests.sh Combined django-nova and openstack-dashboard 2011-03-03 23:41:53 -08:00

README

OpenStack Dashboard
-------------------

The OpenStack Dashboard is a Django based reference implementation of a web
based managent interface for OpenStack Nova.

It is based on django-nova, which is designed to be a generic Django module
that can be re-used in other sites.

For more information about how to get started with the OpenStack Dashboard,
view the README file in the openstack-dashboard folder.

For more information about working directly with django-nova, see the
README file in the django-nova folder.