From 02c85ee7d5fd0621beb2496ea8a2b77cefe2ca85 Mon Sep 17 00:00:00 2001 From: Adrian Smith Date: Sun, 19 Feb 2012 20:24:30 +0000 Subject: [PATCH] Fixes bug 891768. Fix git url to horizon project The horizon project now lives under the main openstack github account. These updated instructions describe how to install the diablo release. Change-Id: I96c2f6e0d38a748263900313360fef83298b3d42 --- .../openstack-compute-admin/interfaces.xml | 30 +++++++------------ 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/doc/src/docbkx/openstack-compute-admin/interfaces.xml b/doc/src/docbkx/openstack-compute-admin/interfaces.xml index 009e5cd787..5d2bd10eae 100644 --- a/doc/src/docbkx/openstack-compute-admin/interfaces.xml +++ b/doc/src/docbkx/openstack-compute-admin/interfaces.xml @@ -12,8 +12,8 @@ console provided by the Openstack-Dashboard project. It provides a reference implementation of a Django site that provides web-based interactions with the OpenStack Compute cloud controller. For more information about the Openstack-Dashboard project, - please visit: https://github.com/4P/horizon/. These instructions are for a test deployment + please visit: + https://github.com/openstack/horizon/tree/stable/diablo/openstack-dashboard. These instructions are for a test deployment of an OpenStack Dashboard. They configure your dashboard to use the default Django server. To create a more robust, production-ready installation, you would configure this with an Apache web server. @@ -63,22 +63,14 @@ - - - Before you begin, you must have git installed. - Create a source directory to house the project: - - -mkdir src -cd src - - - Next, get the openstack-dashboard project, which provides all the look and feel for the OpenStack Dashboard. - - -git clone https://github.com/4P/horizon - - You should now have a directory called openstack-dashboard, which contains the OpenStack Dashboard application. + Before you begin ensure you have git installed. + + Get the horizon project which includes openstack-dashboard, a reference implementation of the OpenStack Dashboard. + + git clone https://github.com/openstack/horizon +cd horizon +git checkout stable/diablo +
Configure Openstack-Dashboard Now you can configure the dashboard application. The first step in configuring the application @@ -87,7 +79,7 @@ git clone https://github.com/4P/horizon -cd openstack-dashboard/openstack-dashboard/local +cd openstack-dashboard/local/ cp local_settings.py.example local_settings.py vi local_settings.py