OpenStack Dashboard (Horizon)
Go to file
Jake Dahn b18bffe92c This branch prevents openstack-dashboard from erroring out when a netadmin tries to modify instance details. It also adds a proper error message for when users who try to terminate instances without permission. 2011-04-26 04:43:15 +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 Detach volumes so they can be destroyed. 2011-04-21 13:45:55 -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.