Clean up the stale FIXED message

python-vmware-nsx is not installed anywhere, we don't need the FIXED message
thi PS to clean it up

Change-Id: I1b05c03002e142c7b0f26808ad423b569140a7bc
This commit is contained in:
zhoulinhui 2020-08-24 23:16:29 +08:00
parent 0e756bfd65
commit e1fcd6cd0e

View File

@ -44,9 +44,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'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.
{% endif %}
{{ macros.install_packages(neutron_base_packages | customizable("packages")) }}