Merge "Add python-gnocchiclient to ceilomter base image"
This commit is contained in:
commit
ae1cf2c88d
@ -9,12 +9,14 @@ MAINTAINER {{ maintainer }}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceilometer_base_packages = [
|
||||
'openstack-ceilometer-common',
|
||||
'python-gnocchiclient',
|
||||
'python-tooz',
|
||||
'python-oslo-db'
|
||||
] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set ceilometer_base_packages = [
|
||||
'ceilometer-common',
|
||||
'python-gnocchiclient',
|
||||
'python-pymongo'
|
||||
] %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user