From 46d6759a0c25564d02da144c7b29b81411dd4b8b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 5 Mar 2012 10:39:04 -0500 Subject: [PATCH] Fix a couple of small content issues. 1) Remove the note that says the Dashboard must run on the same server as nova-api. 2) Fix the devstack git repo URL. Change-Id: I4989f388798a8d0926f2ea94bd705c4c0e199fa3 --- doc/src/docbkx/openstack-compute-admin/computeinstall.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/src/docbkx/openstack-compute-admin/computeinstall.xml b/doc/src/docbkx/openstack-compute-admin/computeinstall.xml index 35d110c488..a22ab4ad5b 100644 --- a/doc/src/docbkx/openstack-compute-admin/computeinstall.xml +++ b/doc/src/docbkx/openstack-compute-admin/computeinstall.xml @@ -23,9 +23,7 @@ OpenStack Compute uses a shared-nothing, messaging-based architecture. While very flexible, the fact that you can install each nova- service on an independent server means there are many possible - methods for installing OpenStack Compute. The only co-dependency between - possible multi-node installations is that the Dashboard must be installed - on the nova-api server. Here are the types of + methods for installing OpenStack Compute. Here are the types of installation architectures: @@ -143,7 +141,7 @@ Download DevStack: - $ git clone git://github.com/cloudbuilders/devstack.git + $ git clone git://github.com/openstack-dev/devstack.git The devstack repo contains a script that installs OpenStack Compute, the Image Service and the Identity Service and offers