Merge "Remove container image of neutron-linuxbridge-agent"

This commit is contained in:
Zuul
2025-10-24 18:58:24 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 21 deletions

View File

@@ -1,21 +0,0 @@
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
{% block labels %}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% endblock %}
{% block neutron_linuxbridge_agent_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% set neutron_linuxbridge_agent_packages = [
'ebtables'
] %}
{{ macros.install_packages(neutron_linuxbridge_agent_packages | customizable("packages")) }}
{{ macros.kolla_patch_sources() }}
{% block neutron_linuxbridge_agent_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER neutron

View File

@@ -0,0 +1,5 @@
---
upgrade:
- |
Support for building ``neutron-linuxbridge-agent`` container image has
been dropped following removal in Neutron.