kolla/contrib/neutron-plugins/template_override-vmware-nsx.j2
Michał Nasiadka a4f6a8f05b neutron: Remove vmware-nsx and networking-mlx from binary
Those plugins have been already removed from source images, this
change removes them from binary.

Change-Id: If21a21296489c1f243bb46f2595ff94d999bd686
2021-04-27 17:26:18 +02:00

5 lines
134 B
Django/Jinja

{% extends parent_template %}
# Neutron vmware-nsx plugin
{% set neutron_base_packages_append = ['python3-networking-vmware-nsx'] %}