Jump to: navigation, search

Difference between revisions of "XMLTest"

 
Line 15: Line 15:
  
  
m2crypto
+
* m2crypto
 
+
* python-IPy.noarch
python-IPy.noarch
+
* python-twisted
 
+
* python-twisted-web
python-twisted
+
* python-boto
 
+
* python-abi
python-twisted-web
+
* python-devel
 
+
* screen
python-boto
 
 
 
python-abi
 
 
 
python-devel
 
 
 
screen
 
  
 
=== Dependencies that need to be downloaded ===
 
=== Dependencies that need to be downloaded ===

Revision as of 20:29, 29 October 2010

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