Merge "Remove python-wsme and python-pecan packages for centos"
This commit is contained in:
commit
1e1b49ea5c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user