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
This commit is contained in:
Russell Bryant 2012-03-05 10:39:04 -05:00
parent de3a12e103
commit 46d6759a0c
1 changed files with 2 additions and 4 deletions

View File

@ -23,9 +23,7 @@
<para>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 <command>nova-api</command> server. Here are the types of
methods for installing OpenStack Compute. Here are the types of
installation architectures:</para>
<itemizedlist>
@ -143,7 +141,7 @@
<listitem>
<para>Download DevStack:</para>
<screen><prompt>$</prompt> <userinput>git clone git://github.com/cloudbuilders/devstack.git</userinput></screen>
<screen><prompt>$</prompt> <userinput>git clone git://github.com/openstack-dev/devstack.git</userinput></screen>
<para>The devstack repo contains a script that installs OpenStack
Compute, the Image Service and the Identity Service and offers