Remove references to nova-core/ppa and openstack/ppa PPA's.

This commit is contained in:
Soren Hansen
2011-01-03 10:08:32 +01:00
parent 0e88a58cf9
commit 090a2aa8c5
3 changed files with 11 additions and 12 deletions

View File

@@ -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 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. *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. 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 add-get install python-software-properties
sudo add-apt-repository ppa:nova-core/trunk
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 95C71FE2 sudo apt-get update
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 install python-twisted python-gflags
sudo apt-get update && sudo apt-get install python-gflags
Once you've done this, continue at Step 3 here: :doc:`../single.node.install` Once you've done this, continue at Step 3 here: :doc:`../single.node.install`

View File

@@ -76,11 +76,11 @@ External unix tools that are required:
* aoetools and vblade-persist (if you use aoe-volumes) * aoetools and vblade-persist (if you use aoe-volumes)
Nova uses cutting-edge versions of many packages. There are ubuntu packages in 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 the nova-core trunk ppa. You can use add this ppa to your sources list on an
machine with the following commands:: ubuntu machine with the following commands::
sudo apt-get install -y python-software-properties 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 Recommended
----------- -----------

View File

@@ -46,12 +46,12 @@ Assumptions
Step 1 Use apt-get to get the latest code 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 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. 2. Run update.