Merge "Remove python-wsme and python-pecan packages for centos"

This commit is contained in:
Jenkins 2017-07-24 15:03:51 +00:00 committed by Gerrit Code Review
commit 1e1b49ea5c

View File

@ -9,16 +9,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
# TODO(duonghq) remove 2 last packages when RDO fix is merged
# https://review.rdoproject.org/r/#/c/5633/
{% set ceilometer_base_packages = [
'openstack-ceilometer-common',
'python-panko',
'python-gnocchiclient',
'python-oslo-db',
'python-pecan',
'python-tooz',
'python-wsme'
'python-tooz'
] %}
{% elif base_distro in ['debian', 'ubuntu'] %}
{% set ceilometer_base_packages = [