DevStack plugin to configure AMQP1.
Go to file
Kenneth Giusti 8829503ec9 Set the qpidd output logfile permissions.
Also removes the explicit disabling of trace.  This will help
facilitate debugging in the future.

Change-Id: I6db5bd23492f2387fad1a0a223e0e4526e1c4015
2015-11-06 11:59:21 -05:00
devstack Set the qpidd output logfile permissions. 2015-11-06 11:59:21 -05: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 Added tox.ini, gitreview and update README 2015-09-30 21:26:18 -04:00
tox.ini Added tox.ini, gitreview and update README 2015-09-30 21:26:18 -04:00

README.rst

Enabling in Devstack

Devstack plugin for AMQP 1.0 olso.messaging driver

  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. run stack.sh