Commit Graph

5 Commits

Author SHA1 Message Date
Hervé Beraud 305802ea2e bump tox to 3.1.1
Change-Id: I25d32ff766a65a9f304f6ba3ab0d376556d193c5
2020-02-04 15:41:42 +01:00
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
Doug Hellmann 747cbf92c1 set default python to python3
Set the default python to python3 except for the py27 environment. We
have to set that explicitly to override the new default.

Change-Id: Iff0bb093eb69a426d623d97b0338ff19f41f1e3c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-13 15:54:08 -04:00
Andrew Smith 05a09eb2cc Setup RPC and Notification hybrid messaging backends
Change-Id: Id60fb7d0f5220c3abc94c9a6478b3814d4622bb5
2017-05-22 13:50:20 -04:00
Komei Shimamura 22851398e6 Add Kafka devstack plugin main scripts
How to use:

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

Change-Id: Iceb054f0dfab2fff1920cc7dc36a4be256c6f161
2016-03-29 11:26:24 +09:00