Jump to: navigation, search

XMLTest

Revision as of 20:28, 29 October 2010 by AnneGentle (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Nova installation on CentOS 5.5

These are notes for installing OpenStack Compute on CentOS 5.5 and will be updated but are NOT final. Please test for accuracy and edit as you see fit.

Pre-reqs

Install these prerequisites through either the yum repository or by getting and building them with bdist.

Dependencies that are available through the yum repository

As an example, to install the package 'm2crypto', enter the command:

su -c 'yum install m2crypto'


m2crypto

python-IPy.noarch

python-twisted

python-twisted-web

python-boto

python-abi

python-devel

screen

Dependencies that need to be downloaded

After you download these, you also build-distribute them (bdist).

python carrot

wget http://pypi.python.org/packages/source/c/carrot/carrot-0.10.7.tar.gz


python-amqplib

wget http://pypi.python.org/packages/source/a/amqplib/amqplib-0.6.1.tgz

python-anyjason