summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-01-03 10:08:32 +0100
committerSoren Hansen <soren@linux2go.dk>2011-01-03 10:08:32 +0100
commit090a2aa8c5b1e833617adfa375605158fa4e191d (patch)
tree9bf22ee7ea802660fdbdda65ad36864e1cc733bd /doc
parent0e88a58cf95bf9298a52d132cd1eb02f29c6bfe1 (diff)
downloadnova-090a2aa8c5b1e833617adfa375605158fa4e191d.tar.gz
nova-090a2aa8c5b1e833617adfa375605158fa4e191d.tar.xz
nova-090a2aa8c5b1e833617adfa375605158fa4e191d.zip
Remove references to nova-core/ppa and openstack/ppa PPA's.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/adminguide/distros/ubuntu.10.04.rst13
-rw-r--r--doc/source/adminguide/getting.started.rst6
-rw-r--r--doc/source/adminguide/multi.node.install.rst4
3 files changed, 11 insertions, 12 deletions
diff --git a/doc/source/adminguide/distros/ubuntu.10.04.rst b/doc/source/adminguide/distros/ubuntu.10.04.rst
index ce368fab8..9d856458a 100644
--- a/doc/source/adminguide/distros/ubuntu.10.04.rst
+++ b/doc/source/adminguide/distros/ubuntu.10.04.rst
@@ -16,13 +16,13 @@ Here's a script you can use to install (and then run) Nova on Ubuntu or Debian (
Step 2: Install dependencies
----------------------------
-Nova requires rabbitmq for messaging and optionally you can use redis for storing state, so install these first.
+Nova requires rabbitmq for messaging, so install that first.
*Note:* You must have sudo installed to run these commands as shown here.
::
- sudo apt-get install rabbitmq-server redis-server
+ sudo apt-get install rabbitmq-server
You'll see messages starting with "Reading package lists... Done" and you must confirm by typing Y that you want to continue.
@@ -31,11 +31,10 @@ If you're running on Ubuntu 10.04, you'll need to install Twisted and python-gfl
::
- sudo apt-get install python-twisted
-
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 95C71FE2
- sudo sh -c 'echo "deb http://ppa.launchpad.net/openstack/openstack-ppa/ubuntu lucid main" > /etc/apt/sources.list.d/openstackppa.list'
- sudo apt-get update && sudo apt-get install python-gflags
+ sudo add-get install python-software-properties
+ sudo add-apt-repository ppa:nova-core/trunk
+ sudo apt-get update
+ sudo apt-get install python-twisted python-gflags
Once you've done this, continue at Step 3 here: :doc:`../single.node.install`
diff --git a/doc/source/adminguide/getting.started.rst b/doc/source/adminguide/getting.started.rst
index 3e8073606..0cadeb45e 100644
--- a/doc/source/adminguide/getting.started.rst
+++ b/doc/source/adminguide/getting.started.rst
@@ -76,11 +76,11 @@ External unix tools that are required:
* aoetools and vblade-persist (if you use aoe-volumes)
Nova uses cutting-edge versions of many packages. There are ubuntu packages in
-the nova-core ppa. You can use add this ppa to your sources list on an ubuntu
-machine with the following commands::
+the nova-core trunk ppa. You can use add this ppa to your sources list on an
+ubuntu machine with the following commands::
sudo apt-get install -y python-software-properties
- sudo add-apt-repository ppa:nova-core/ppa
+ sudo add-apt-repository ppa:nova-core/trunk
Recommended
-----------
diff --git a/doc/source/adminguide/multi.node.install.rst b/doc/source/adminguide/multi.node.install.rst
index fcb76c5e5..7c4a69ccd 100644
--- a/doc/source/adminguide/multi.node.install.rst
+++ b/doc/source/adminguide/multi.node.install.rst
@@ -46,12 +46,12 @@ Assumptions
Step 1 Use apt-get to get the latest code
-----------------------------------------
-1. Setup Nova PPA with https://launchpad.net/~nova-core/+archive/ppa.
+1. Setup Nova PPA with https://launchpad.net/~nova-core/+archive/trunk.
::
sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:nova-core/ppa
+ sudo add-apt-repository ppa:nova-core/trunk
2. Run update.