Jump to: navigation, search

Difference between revisions of "QpidSupport"

 
Line 9: Line 9:
 
To install the Qpid Python client library:
 
To install the Qpid Python client library:
  
* `# yum install python-qpid`
+
`   # yum install python-qpid`
  
 
To install the Qpid broker:
 
To install the Qpid broker:
  
* `# yum install qpid-cpp-server`
+
    `# yum install qpid-cpp-server`
  
 
=== Ubuntu ===
 
=== Ubuntu ===

Revision as of 15:54, 18 January 2012

Qpid Support

This page discusses how to use Apache Qpid as the messaging backend for Nova. Using Qpid with Nova would be in place of using RabbitMQ.

Dependency Installation

For Nova to use Qpid, you must install a couple of things. You need Qpid's Python client library on any machine running Nova services. You also need at least one instance of the Qpid broker running somewhere.

Fedora

To install the Qpid Python client library:

` # yum install python-qpid`

To install the Qpid broker:

   `# yum install qpid-cpp-server`

Ubuntu

Qpid has just recently made it into Ubuntu. It will be in Ubuntu Precise (12.4).

Nova Configuration