Comment 1 for bug 1992587

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.opendev.org/c/openstack/oslo.messaging/+/861070
Committed: https://opendev.org/openstack/oslo.messaging/commit/0f63c227f5425995ae8c61f1d40ec85e7728528a
Submitter: "Zuul (22348)"
Branch: master

commit 0f63c227f5425995ae8c61f1d40ec85e7728528a
Author: Hervé Beraud <email address hidden>
Date: Wed Oct 12 11:21:00 2022 +0200

    Deprecate the amqp1 driver and Remove qpid functional tests

    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