summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorroot <root@tonbuntu>2010-11-12 11:00:25 -0800
committerroot <root@tonbuntu>2010-11-12 11:00:25 -0800
commit0f5eddf051e7697b63d7cd9b32fc6d704dcfaf8b (patch)
tree2d5d5b716b8a4af5ab53166b1d9acf1c687c4095 /doc/source
parent7915fd554ef8236589863f32a0bc0d4406e2db0b (diff)
downloadnova-0f5eddf051e7697b63d7cd9b32fc6d704dcfaf8b.tar.gz
nova-0f5eddf051e7697b63d7cd9b32fc6d704dcfaf8b.tar.xz
nova-0f5eddf051e7697b63d7cd9b32fc6d704dcfaf8b.zip
fix install guide
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/adminguide/distros/others.rst4
-rw-r--r--doc/source/adminguide/distros/ubuntu.10.04.rst2
-rw-r--r--doc/source/adminguide/distros/ubuntu.10.10.rst4
-rw-r--r--doc/source/adminguide/single.node.install.rst8
4 files changed, 10 insertions, 8 deletions
diff --git a/doc/source/adminguide/distros/others.rst b/doc/source/adminguide/distros/others.rst
index 818f4dbce..ec14a9abb 100644
--- a/doc/source/adminguide/distros/others.rst
+++ b/doc/source/adminguide/distros/others.rst
@@ -1,5 +1,5 @@
-Installation (Other distros like Debian, Fedora or CentOS )
-===========================================================
+Installation on other distros (like Debian, Fedora or CentOS )
+==============================================================
Feel free to add additional notes for additional distributions.
diff --git a/doc/source/adminguide/distros/ubuntu.10.04.rst b/doc/source/adminguide/distros/ubuntu.10.04.rst
index bdd9481d6..d2d6d9a3a 100644
--- a/doc/source/adminguide/distros/ubuntu.10.04.rst
+++ b/doc/source/adminguide/distros/ubuntu.10.04.rst
@@ -1,3 +1,5 @@
+Installing on Ubuntu 10.04 (Lucid)
+==================================
Step 1: Install dependencies
----------------------------
diff --git a/doc/source/adminguide/distros/ubuntu.10.10.rst b/doc/source/adminguide/distros/ubuntu.10.10.rst
index 820c2be76..a3fa2def1 100644
--- a/doc/source/adminguide/distros/ubuntu.10.10.rst
+++ b/doc/source/adminguide/distros/ubuntu.10.10.rst
@@ -1,5 +1,5 @@
-Installing on Ubuntu Maverick 10.10
-====================================
+Installing on Ubuntu 10.10 (Maverick)
+=====================================
Single Machine Installation (Ubuntu 10.10)
While we wouldn't expect you to put OpenStack Compute into production on a non-LTS version of Ubuntu, these instructions are up-to-date with the latest version of Ubuntu.
diff --git a/doc/source/adminguide/single.node.install.rst b/doc/source/adminguide/single.node.install.rst
index bdb863e89..f95a81511 100644
--- a/doc/source/adminguide/single.node.install.rst
+++ b/doc/source/adminguide/single.node.install.rst
@@ -3,7 +3,7 @@ Installing Nova from a Development Snapshot
Nova can be run on a single machine, and it is recommended that new users practice managing this type of installation before graduating to multi node systems.
-The fastest way to get a test cloud running is through our :doc:`../quickstart`.
+The fastest way to get a test cloud running is through our :doc:`../quickstart`. But for more detail on installing the system read this doc.
Step 1 and 2: Get the latest code and Configure your system
@@ -14,9 +14,9 @@ Depending on your system, the mehod for accomplishing this varies
.. toctree::
:maxdepth: 1
- adminguide/distros/ubuntu.10.04
- adminguide/distros/ubuntu.10.10
- adminguide/distros/others
+ distros/ubuntu.10.04
+ distros/ubuntu.10.10
+ distros/others
Step 3: Build and install Nova services