Remove python-wsme and python-pecan packages for centos

These two packages are installed when install
openstack-ceilometer-common[0]

[0] http://paste.openstack.org/show/616140/

Change-Id: Iac9947dda030d6013a1078ca75c76b72c4cacc6e
This commit is contained in:
Jeffrey Zhang 2017-07-21 17:10:00 +08:00 committed by Jeffrey Zhang
parent 14885f1f2b
commit 92ed026c27
1 changed files with 1 additions and 5 deletions

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 = [