OpenStack library for messaging
Go to file
Elod Illes 766715d310 [stable-only] Cap virtualenv for py37
py37 test started to fail with latest virtualenv (20.16.4) as it
bundles setuptools 65.3.0, which causes installation problems under
py37. (Note: with py38 the problem does not occur).

This patch sets virtualenv<20.16.4 to unblock the gate as
virtualenv 20.16.3 bundles setuptools 63.4.1, with which py37 gate
works well.

Change-Id: I29beb88dd241af72397bf0dd1fc46c98a229425c
2022-09-05 17:06:09 +02:00
doc Correctly handle missing RabbitMQ queues 2021-03-02 11:52:49 +01:00
etc Fix spelling typo in output 2015-09-24 18:11:22 +08:00
oslo_messaging Correctly handle missing RabbitMQ queues 2021-03-02 11:52:49 +01:00
releasenotes Correctly handle missing RabbitMQ queues 2021-03-02 11:52:49 +01:00
tools Simplify tools/test-setup.sh 2020-07-02 09:47:37 +02:00
.coveragerc Update .coveragerc after the removal of respective directory 2016-10-18 17:20:09 +05:30
.gitignore Ignore releasenote cache within git untracked files 2019-12-18 17:03:10 +01:00
.gitreview Update .gitreview for stable/ussuri 2020-04-14 10:15:25 +00:00
.stestr.conf Switch to stestr 2018-07-04 08:33:49 +07:00
.zuul.yaml Move legacy grenade jobs to Zuul v3 2021-03-02 12:41:08 +01:00
CONTRIBUTING.rst Optimize the link address 2017-04-08 22:39:02 +08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 22:54:02 +08:00
LICENSE Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 10:31:26 +08:00
babel.cfg Setup for translation 2014-06-05 22:48:44 +02:00
bindep.txt Simplify tools/test-setup.sh 2020-07-02 09:47:37 +02:00
requirements.txt Do not use threading.Event 2019-12-18 13:11:41 +00:00
setup.cfg Remove the deprecated blocking executor 2020-02-18 15:49:27 +01:00
setup.py remove outdated header 2020-02-10 18:33:15 +01:00
test-requirements.txt Update hacking for Python3 2020-03-30 13:49:29 +00:00
tox.ini [stable-only] Cap virtualenv for py37 2022-09-05 17:06:09 +02:00

README.rst

Team and repository tags

image

Oslo Messaging Library

Latest Version

Downloads

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.