Do not explictly specify mysql related RPMS

These should be pulled in via oslo-db or other rpms
that use them.

Change-Id: Ie048053b23f02d324552a72aabbef96671eb37c1
This commit is contained in:
Jon Schlueter 2019-03-12 21:43:29 -04:00
parent 7d8eafaee8
commit 0e2fc8a3b1
1 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-mimeparse',
'python3-mistralclient',
'python3-muranoclient',
'python3-mysql',
'python3-neutronclient',
'python3-novaclient',
'python3-openstackclient',
@ -100,7 +99,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
] %}
{% else %}
{% set openstack_base_packages = openstack_base_packages + [
'MySQL-python',
'python2-cryptography',
'python2-eventlet',
'python2-iso8601',