0f63c227f5
A recent oslo.messaging patch [1], not yet merged, who aim to update the test runtime for antelope lead us to the following error: ``` qdrouterd: Python: ModuleNotFoundError: No module named 'qpid_dispatch' ``` Neither debian nor ubuntu in the latest releases have any binary built for the qpid backend, not even 3rd party. Only qpid proton, the client lib, is available. To solve this issue, these changes propose to deprecate the AMQP1 driver who is the one based on qpid and proton, and propose to remove the related functional tests. The AMQP1 driver doesn't seems to be widely used. [1] https://review.opendev.org/c/openstack/oslo.messaging/+/856643 Closes-Bug: 1992587 Change-Id: Id2ca9cd9ee8b8dbdd14dcd00ebd8188d20ea18dc
8 lines
280 B
YAML
8 lines
280 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The AMQP1 driver is now deprecated. Its related functional tests are also
|
|
disabled. Neither debian nor ubuntu in the latest releases have any binary
|
|
built for qpid server, not even 3rd party. Only qpid proton, the client
|
|
lib, is available.
|