RETIRED, DevStack plugin to configure ZMQ.
Go to file
Ian Wienand 282bbd9562 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Id65f5d741432645340974c1730edec656da005a1
2019-03-24 20:33:29 +00:00
devstack [zmq] Setup url for ceilometer gate with zmq 2016-02-15 17:29:10 +02:00
playbooks/legacy/tempest-dsvm-full-zmq Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:29 +00:00
.gitreview Bootstrap helpers for zmq plugin 2015-09-30 09:28:18 -04:00
.zuul.yaml Remove legacy-tempest-dsvm-full-zmq 2018-08-29 15:26:59 +02:00
LICENSE Adding LICENSE file 2015-10-04 19:33:41 -04:00
README.rst Show team and repo badges on README 2016-11-25 13:17:30 +01:00
tox.ini [zmq] Setup url for ceilometer gate with zmq 2016-02-15 17:29:10 +02:00

README.rst

Team and repository tags

image

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    cat > local.conf
    [[local|localrc]]
    enable_plugin zmq https://git.openstack.org/openstack/devstack-plugin-zmq
  3. run stack.sh