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: If21a21296489c1f243bb46f2595ff94d999bd686changes/17/788317/1
parent
edc14536d0
commit
a4f6a8f05b
@ -0,0 +1,4 @@
|
||||
{% extends parent_template %}
|
||||
|
||||
# Neutron networking-mlnx plugin
|
||||
{% set neutron_base_packages_append = ['python3-networking-mlnx'] %}
|
@ -0,0 +1,4 @@
|
||||
{% extends parent_template %}
|
||||
|
||||
# Neutron vmware-nsx plugin
|
||||
{% set neutron_base_packages_append = ['python3-networking-vmware-nsx'] %}
|
Loading…
Reference in New Issue