remove duplicate package(planned)

remove python3-pymysql from placement since it has added into
openstack-base

Change-Id: Iae240eae5d3e4a9efa42ec73940728775dfc25fb
This commit is contained in:
wu.chunyang 2020-08-03 22:11:04 +08:00
parent 69092eb574
commit 4ec824b0a1
1 changed files with 0 additions and 2 deletions

View File

@ -19,11 +19,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_package_type == 'deb' %}
# TODO(mgoddard): Remove python3-pymysql when in openstack-base.
{% set placement_base_packages = [
'mariadb-client',
'placement-common',
'python3-pymysql',
] %}
{% endif %}