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'] %}
|
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||||
{% set ceilometer_base_packages = [
|
{% set ceilometer_base_packages = [
|
||||||
'openstack-ceilometer-common',
|
'openstack-ceilometer-common',
|
||||||
|
'python-gnocchiclient',
|
||||||
'python-tooz',
|
'python-tooz',
|
||||||
'python-oslo-db'
|
'python-oslo-db'
|
||||||
] %}
|
] %}
|
||||||
{% elif base_distro in ['ubuntu'] %}
|
{% elif base_distro in ['ubuntu'] %}
|
||||||
{% set ceilometer_base_packages = [
|
{% set ceilometer_base_packages = [
|
||||||
'ceilometer-common',
|
'ceilometer-common',
|
||||||
|
'python-gnocchiclient',
|
||||||
'python-pymongo'
|
'python-pymongo'
|
||||||
] %}
|
] %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user