Skip to content

Commit 7997a19

Browse files
damani42kajinamit
authored andcommitted
Remove deprecated AMQP1 driver
The AMQP1 driver has been deprecated for several years, since 14.4.0 and is no longer maintained or widely used. This commit removes the AMQP1 driver from the code base. References: - Original deprecation commit: https://opendev.org/openstack/oslo.messaging/commit/0f63c227f5425995ae8c61f1d40ec85e7728528a Change-Id: Iaeb52791008a7a6736c99459f66d2bdbb2dea17b
1 parent a9c03bd commit 7997a19

20 files changed

+16
-6931
lines changed

.zuul.yaml

+1-19
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
parent: openstack-tox-py310
1111
vars:
1212
tox_envlist: py310-func-scenario02
13-
bindep_profile: rabbit kafka amqp1
13+
bindep_profile: rabbit kafka
1414

1515
# Begin v3 native jobs
1616
# See https://docs.openstack.org/devstack/latest/
@@ -34,22 +34,6 @@
3434
Run full tempest tests against rabbitmq
3535
parent: oslo.messaging-devstack-tempest-full-base
3636

37-
- job:
38-
name: oslo.messaging-src-dsvm-full-amqp1-hybrid
39-
description: |
40-
Run the full tempest tests using the AMQP 1.0 driver for RPC and
41-
RabbitMQ for Notifications.
42-
parent: oslo.messaging-devstack-tempest-full-base
43-
required-projects:
44-
- openstack/devstack-plugin-amqp1
45-
vars:
46-
devstack_localrc:
47-
AMQP1_SERVICE: qpid-hybrid
48-
devstack_plugins:
49-
devstack-plugin-amqp1: https://opendev.org/openstack/devstack-plugin-amqp1
50-
zuul_copy_output:
51-
'{{ devstack_log_dir }}/qdrouterd.log': logs
52-
5337
- job:
5438
name: oslo.messaging-src-dsvm-full-kafka-hybrid
5539
description: |
@@ -109,8 +93,6 @@
10993
- oslo.messaging-tox-py310-func-scenario02:
11094
voting: false
11195
- oslo.messaging-src-dsvm-full-rabbit
112-
- oslo.messaging-src-dsvm-full-amqp1-hybrid:
113-
voting: false
11496
- oslo.messaging-src-dsvm-full-kafka-hybrid:
11597
voting: false
11698
- oslo.messaging-grenade:

bindep.txt

-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ libffi-devel [platform:rpm]
1414
rabbitmq-server [platform:dpkg rabbit]
1515
rabbitmq-server [platform:rpm rabbit]
1616

17-
# AMQP1 dpkg
18-
# This needs qpid/testing, will be installed by tools/test-setup.sh
19-
# qdrouterd [platform:dpkg amqp1 test]
20-
sasl2-bin [platform:dpkg amqp1 test]
21-
uuid-dev [platform:dpkg amqp1 test]
22-
swig [platform:dpkg amqp1 test]
23-
libsasl2-modules [platform:dpkg amqp1 test]
24-
default-jdk [platform:dpkg amqp1 test !platform:debian]
25-
2617
# kafka dpkg
2718
default-jdk [platform:dpkg kafka]
2819
librdkafka1 [platform:dpkg kafka]

0 commit comments

Comments
 (0)