Remove uwsgi-plugin-python from barbican-api image

This is provided by EPEL, which we don't use in TripleO, and is used in
kolla-ansible. This is not available in RDO by itself, so we remove it.
barbican-api will furtherly use httpd instead.

Change-Id: I46fc2a0e454ada01c80d9fc97d65ee1fd2338bec
Closes-Bug: #1707598
This commit is contained in:
Juan Antonio Osorio Robles 2017-07-31 16:38:04 +03:00
parent f099e3c65c
commit 27fffb1f8f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
{% set base_centos_binary_packages_remove = ['scsi-target-utils'] %}
{% set cinder_volume_packages_remove = ['scsi-target-utils'] %}
{% set ironic_conductor_packages_remove = ['shellinabox'] %}
{% set barbican_api_packages_remove = ['uwsgi-plugin-python'] %}
{% block cinder_volume_redhat_setup %}
# RUN sed -i '1 i include /var/lib/cinder/volumes/*' /etc/tgt/tgtd.conf
{% endblock %}