OpenStack library for messaging
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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
9 months ago
doc Correctly handle missing RabbitMQ queues 2 years ago
etc Fix spelling typo in output 8 years ago
oslo_messaging Correctly handle missing RabbitMQ queues 2 years ago
releasenotes Correctly handle missing RabbitMQ queues 2 years ago
tools Simplify tools/test-setup.sh 3 years ago
.coveragerc Update .coveragerc after the removal of respective directory 7 years ago
.gitignore Ignore releasenote cache within git untracked files 3 years ago
.gitreview Update .gitreview for stable/ussuri 3 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Move legacy grenade jobs to Zuul v3 2 years ago
CONTRIBUTING.rst Optimize the link address 6 years ago
HACKING.rst Update URLs in documents according to document migration 6 years ago
LICENSE Add oslo.messaging project infrastructure 10 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
babel.cfg Setup for translation 9 years ago
bindep.txt Simplify tools/test-setup.sh 3 years ago
requirements.txt Do not use threading.Event 3 years ago
setup.cfg Remove the deprecated blocking executor 3 years ago
setup.py remove outdated header 3 years ago
test-requirements.txt Update hacking for Python3 3 years ago
tox.ini [stable-only] Cap virtualenv for py37 9 months ago

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.