Merge "Do not explictly specify mysql related RPMS"

This commit is contained in:
Zuul 2019-03-20 20:50:24 +00:00 committed by Gerrit Code Review
commit 75ad4d3aa1
1 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-mimeparse',
'python3-mistralclient',
'python3-muranoclient',
'python3-mysql',
'python3-neutronclient',
'python3-novaclient',
'python3-openstackclient',
@ -99,7 +98,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',