Merge "Remove python-elasticsearch dependency"

This commit is contained in:
Zuul 2019-03-13 05:05:48 +00:00 committed by Gerrit Code Review
commit b3d986048a
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,7 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
{% if distro_python3 %}
{% set openstack_base_packages_remove = [
'python3-cloudkittyclient',
'python3-elasticsearch',
'python3-magnumclient',
'python3-muranoclient',
'python3-troveclient',
@ -174,6 +175,7 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
{% else %}
{% set openstack_base_packages_remove = [
'python-cloudkittyclient',
'python-elasticsearch',
'python-magnumclient',
'python-muranoclient',
'python-troveclient',