Neutron: fwaas should be installed also in Debian

Change-Id: I3cbb64bc13bca6508dbc334fcec9214ca4c32185
This commit is contained in:
Viktor Michalek 2019-09-20 18:40:29 +02:00 committed by Radosław Piliszek
parent 305312f107
commit baf9a10da0
1 changed files with 4 additions and 10 deletions

View File

@ -54,20 +54,14 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'neutron-server',
'openvswitch-switch',
'python3-networking-sfc',
'python3-neutron-fwaas',
'python3-openvswitch',
'python3-oslo.vmware'
] %}
# FIXED(jeffrey4l): UCA rocky release is not include python-vmware-nsx
# 13.0.0 package now. add 'python-vmware-nsx' into
# neutron_base_packages list after UCA fixed the issue.
{% if base_distro == 'ubuntu' %}
# FIXED(jeffrey4l): UCA rocky release is not include python-vmware-nsx
# 13.0.0 package now. add 'python-vmware-nsx' into
# neutron_base_packages list after UCA fixed the issue.
{% set neutron_base_packages = neutron_base_packages + [
'python3-neutron-fwaas',
] %}
{% endif %}
{{ macros.debian_haproxy_existing_user_fix() }}
{% endif %}