summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDevin Carlen <devin.carlen@gmail.com>2011-03-03 23:41:53 -0800
committerDevin Carlen <devin.carlen@gmail.com>2011-03-03 23:41:53 -0800
commitb9dd01a61ed10f3d6bb587ed51adcdbd2b68a669 (patch)
treed36d6bdd45848052b93ddf676b20a81792d9282b /README
parentd4a5bc97f394985e2a53dca924974514c6fda8c3 (diff)
downloadtuskar-ui-b9dd01a61ed10f3d6bb587ed51adcdbd2b68a669.tar.gz
Combined django-nova and openstack-dashboard
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index e69de29b..c1930bfe 100644
--- a/README
+++ b/README
@@ -0,0 +1,14 @@
+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.