DevStack plugin to configure Kafka.
Go to file
Doug Hellmann 1de701edb6 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I7c221de42f30e6ef52f32b5ccd0905859d027c07
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 14:53:48 -04:00
devstack Update qdrouterd config and kafka server 2018-03-30 08:41:42 -04:00
.gitignore Add Kafka devstack plugin main scripts 2016-03-29 11:26:24 +09:00
.gitreview Added .gitreview 2015-12-15 10:36:54 +00:00
LICENSE Add Kafka devstack plugin main scripts 2016-03-29 11:26:24 +09:00
README.md Add Kafka devstack plugin main scripts 2016-03-29 11:26:24 +09:00
tox.ini fix tox python3 overrides 2018-06-06 14:53:48 -04:00

README.md

devstack-plugin-kafka

The devstack plugin for installing and configuring Apache Kafka

How to Use

in your local.conf file

    [[local|localrc]]
    enable_plugin devstack-plugin-kafka https://github.com/openstack/devstack-plugin-kafka.git