DevStack plugin to configure AMQP1.
Go to file
Andrew Smith b5a6ffff2b Set oslo_messaging_amqp section for qpid user
Also make the setting the sasl-service-name conditional on the qpidd version and fix a function name call.

Removed bashate errors(2).

Back out the tox.ini change

Inhibit warning for long line check and remove comments

Update README for user variables

Change-Id: I17a421836bb309c4d09cf9d0904d6294f99010da
2016-02-17 11:31:24 -05:00
devstack Set oslo_messaging_amqp section for qpid user 2016-02-17 11:31:24 -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 Set oslo_messaging_amqp section for qpid user 2016-02-17 11:31:24 -05:00
tox.ini Set oslo_messaging_amqp section for qpid user 2016-02-17 11:31:24 -05: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. Set username and password variables if needed and they will be added to configuration:

    AMQP1_USERNAME=queueuser
    AMQP1_PASSWORD=queuepassword     
  4. run stack.sh