Jump to: navigation, search

QpidSupport

Revision as of 15:53, 18 January 2012 by Russellb (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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