DevStack plugin to configure AMQP1.
Go to file
Flavio Percoco 677f692555 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/c584fa021a3b2efde7d599a081efa352\n'

Change-Id: I515b7b8f0a853a5dc9b24f801f32461623902cd4
2016-11-25 13:26:40 +01:00
devstack Update qdrouterd.conf for qpid-dispatch-router 2016-07-08 15:03:48 -04:00
.gitignore Initial commit 2015-06-19 11:45:30 -04:00
.gitreview Added tox.ini, gitreview and update README 2015-09-30 21:26:18 -04:00
LICENSE Initial commit 2015-06-19 11:45:30 -04:00
README.rst Show team and repo badges on README 2016-11-25 13:26:40 +01:00
tox.ini Set oslo_messaging_amqp section for qpid user 2016-02-17 11:31:24 -05:00

README.rst

Team and repository tags

image

Enabling in Devstack

Devstack plugin for AMQP 1.0 olso.messaging driver - This plugin supports the QPID C++ broker and QPID Dispatch Router messaging systems for the rpc backend. Additional information on these messaging systems can be found at the Apache QPID homepage (https://qpid.apache.org).

  1. Download DevStack

  2. Add this repo as an external repository:

    cat > local.conf
    [[local|localrc]]
    enable_plugin amqp1 https://git.openstack.org/openstack/devstack-plugin-amqp1
  3. Set username and password variables if needed and they will be added to configuration:

    AMQP1_USERNAME=queueuser
    AMQP1_PASSWORD=queuepassword     
  4. Optionally set the service variable for the configuration if the QPID Dispatch Router is to be used as an alternative AMQP1 service:

    AMQP1_SERVICE=qdr
  5. run stack.sh