Skip to content

Commit 2319d12

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove dibbler from neutron-l3-agent"
2 parents a90a889 + 6a1d383 commit 2319d12

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)