From e1fcd6cd0e218ba67790803002f675508d5ab272 Mon Sep 17 00:00:00 2001 From: zhoulinhui Date: Mon, 24 Aug 2020 23:16:29 +0800 Subject: [PATCH] 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 --- docker/neutron/neutron-base/Dockerfile.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/neutron/neutron-base/Dockerfile.j2 b/docker/neutron/neutron-base/Dockerfile.j2 index 4b8cef81b8..fb72362ef1 100644 --- a/docker/neutron/neutron-base/Dockerfile.j2 +++ b/docker/neutron/neutron-base/Dockerfile.j2 @@ -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")) }}