Merge lp:~soren/nova/ppa-references into lp:~hudson-openstack/nova/trunk

Proposed by Soren Hansen
Status: Merged
Approved by: Cory Wright
Approved revision: 510
Merged at revision: 514
Proposed branch: lp:~soren/nova/ppa-references
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 72 lines (+11/-12)
3 files modified
doc/source/adminguide/distros/ubuntu.10.04.rst (+6/-7)
doc/source/adminguide/getting.started.rst (+3/-3)
doc/source/adminguide/multi.node.install.rst (+2/-2)
To merge this branch: bzr merge lp:~soren/nova/ppa-references
Reviewer Review Type Date Requested Status
Cory Wright (community) Approve
Thierry Carrez (community) Approve
Review via email: mp+45019@code.launchpad.net

Description of the change

Make sure we point to the right PPA's everywhere.

To post a comment you must log in.
Revision history for this message
Thierry Carrez (ttx) wrote :

Looks good

review: Approve
Revision history for this message
Cory Wright (corywright) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/adminguide/distros/ubuntu.10.04.rst'
--- doc/source/adminguide/distros/ubuntu.10.04.rst 2010-11-12 19:12:46 +0000
+++ doc/source/adminguide/distros/ubuntu.10.04.rst 2011-01-03 09:12:24 +0000
@@ -16,13 +16,13 @@
16Step 2: Install dependencies16Step 2: Install dependencies
17----------------------------17----------------------------
1818
19Nova requires rabbitmq for messaging and optionally you can use redis for storing state, so install these first.19Nova requires rabbitmq for messaging, so install that first.
2020
21*Note:* You must have sudo installed to run these commands as shown here.21*Note:* You must have sudo installed to run these commands as shown here.
2222
23::23::
2424
25 sudo apt-get install rabbitmq-server redis-server25 sudo apt-get install rabbitmq-server
2626
2727
28You'll see messages starting with "Reading package lists... Done" and you must confirm by typing Y that you want to continue.28You'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 @@
3131
32::32::
3333
34 sudo apt-get install python-twisted34 sudo add-get install python-software-properties
3535 sudo add-apt-repository ppa:nova-core/trunk
36 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 95C71FE236 sudo apt-get update
37 sudo sh -c 'echo "deb http://ppa.launchpad.net/openstack/openstack-ppa/ubuntu lucid main" > /etc/apt/sources.list.d/openstackppa.list'37 sudo apt-get install python-twisted python-gflags
38 sudo apt-get update && sudo apt-get install python-gflags
3938
4039
41Once you've done this, continue at Step 3 here: :doc:`../single.node.install`40Once you've done this, continue at Step 3 here: :doc:`../single.node.install`
4241
=== modified file 'doc/source/adminguide/getting.started.rst'
--- doc/source/adminguide/getting.started.rst 2010-11-23 18:46:07 +0000
+++ doc/source/adminguide/getting.started.rst 2011-01-03 09:12:24 +0000
@@ -76,11 +76,11 @@
76* aoetools and vblade-persist (if you use aoe-volumes)76* aoetools and vblade-persist (if you use aoe-volumes)
7777
78Nova uses cutting-edge versions of many packages. There are ubuntu packages in78Nova uses cutting-edge versions of many packages. There are ubuntu packages in
79the nova-core ppa. You can use add this ppa to your sources list on an ubuntu79the nova-core trunk ppa. You can use add this ppa to your sources list on an
80machine with the following commands::80ubuntu machine with the following commands::
8181
82 sudo apt-get install -y python-software-properties82 sudo apt-get install -y python-software-properties
83 sudo add-apt-repository ppa:nova-core/ppa83 sudo add-apt-repository ppa:nova-core/trunk
8484
85Recommended85Recommended
86-----------86-----------
8787
=== modified file 'doc/source/adminguide/multi.node.install.rst'
--- doc/source/adminguide/multi.node.install.rst 2010-12-08 17:59:37 +0000
+++ doc/source/adminguide/multi.node.install.rst 2011-01-03 09:12:24 +0000
@@ -46,12 +46,12 @@
46Step 1 Use apt-get to get the latest code46Step 1 Use apt-get to get the latest code
47-----------------------------------------47-----------------------------------------
4848
491. Setup Nova PPA with https://launchpad.net/~nova-core/+archive/ppa.491. Setup Nova PPA with https://launchpad.net/~nova-core/+archive/trunk.
5050
51::51::
52 52
53 sudo apt-get install python-software-properties53 sudo apt-get install python-software-properties
54 sudo add-apt-repository ppa:nova-core/ppa54 sudo add-apt-repository ppa:nova-core/trunk
55 55
562. Run update.562. Run update.
5757