Skip to content

Commit 6224cf4

Browse files
authored
Merge pull request #427 from stackhpc/upstream/master-2025-06-16
Synchronise master with upstream
2 parents 6ff0f7b + 2319d12 commit 6224cf4

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)