Fix missing python modules in Ceilometer

The dependencies of ceilometer packages missed
python pecan and wsme.

Change-Id: Ia0d7b8de530f42a1d84e455486fb4b66ff833914
Closes-Bug: #1668548
(cherry picked from commit a8932157f7)
This commit is contained in:
Duong Ha-Quang 2017-02-28 16:58:16 +07:00 committed by Jeffrey Zhang
parent 7c0c011f46
commit c1bacab7a9
1 changed files with 5 additions and 1 deletions

View File

@ -9,11 +9,15 @@ MAINTAINER {{ maintainer }}
{% 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-gnocchiclient',
'python-tooz',
'python-oslo-db'
'python-oslo-db',
'python-pecan',
'python-wsme'
] %}
{% elif base_distro in ['ubuntu'] %}
{% set ceilometer_base_packages = [