Skip to content

Commit 8da13b7

Browse files
committed
Remove dibbler from neutron-l3-agent
The dibbler-client package has been removed from upstream Rocky repos, breaking neutron-l3-agent container image builds on RL9. Since the 2025.1 release, package is no longer used in Neutron has been removed because the project is stale and functionality was untested [1]. This change removes the package from the image build for all distributions. [1] https://review.opendev.org/c/openstack/neutron/+/934283 Closes-Bug: #2112575 Change-Id: I35b233a499c6bf1861b376fc441dc8081cfaf5d6 Signed-off-by: Alex Welsh <[email protected]> (cherry picked from commit 6a1d383)
1 parent dc90864 commit 8da13b7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docker/neutron/neutron-l3-agent/Dockerfile.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1010
{% if base_package_type == 'rpm' %}
1111
{% set neutron_l3_agent_packages = [
1212
'libreswan',
13-
'radvd',
14-
'dibbler-client',
13+
'radvd'
1514
] %}
1615
{% elif base_package_type == 'deb' %}
1716
{% set neutron_l3_agent_packages = [
1817
'strongswan',
1918
'radvd',
20-
'dibbler-client',
2119
'libnetfilter-log1'
2220
] %}
2321
{% endif %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix ``neutron-l3-agent`` image builds on Rocky Linux by removing
5+
``dibbler-client`` dependency. The package is no longer used in Neutron.
6+
`LP#2112575 <https://bugs.launchpad.net/kolla/+bug/2112575>`__

0 commit comments

Comments
 (0)