drop msgpack now that kolla has dropped it as well

kolla dropped references to msgpack Id2706b3b38e57daf1166f98a59dc3ecd30fd4fa7
we can also drop references to msgpack once kolla is included in promotion

Change-Id: I27449ff4cf71b66de0d09132baee219135e7a883
This commit is contained in:
Jon Schlueter 2019-02-21 19:06:35 -05:00 committed by Emilien Macchi
parent 6b10061115
commit 609d5eb061
1 changed files with 1 additions and 10 deletions

View File

@ -167,11 +167,7 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
'python3-vitrageclient',
] %}
{% else %}
{#
'python2-msgpack' # EPEL, RDO is python-msgpack
#}
{% set openstack_base_packages_remove = [
'python2-msgpack',
'python-cloudkittyclient',
'python-magnumclient',
'python-muranoclient',
@ -179,12 +175,7 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
'python-vitrageclient',
] %}
{% endif %}
# Pick up the proper packages for python2-msgpack
{% if distro_python3 %}
{% set openstack_base_packages_append = ['python3-msgpack', 'openstack-selinux'] %}
{% else %}
{% set openstack_base_packages_append = ['python-msgpack', 'openstack-selinux'] %}
{% endif %}
{% set openstack_base_packages_append = ['openstack-selinux'] %}
# Use mariadb-server-galera and xinetd for galera and clustercheck
{# 'pv' # EPEL