Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not explictly specify mysql related RPMS
These should be pulled in via oslo-db or other rpms
that use them.

Change-Id: Ie048053b23f02d324552a72aabbef96671eb37c1
  • Loading branch information
yazug committed Mar 13, 2019
1 parent 7d8eafa commit 0e2fc8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/openstack-base/Dockerfile.j2
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 0e2fc8a

Please sign in to comment.