Add boto3 python dependencies into gnocchi-base image

Adding boto3 python library into gnocchi-base image

Change-Id: I22119f570172ca93de0587dc3892d8b8de86d525
Closes-bug: #1821580
This commit is contained in:
Cyril Grosjean 2019-03-26 20:10:57 +01:00
parent e8e6e99380
commit d47b65025a
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'mod_ssl',
'mod_wsgi',
'openstack-gnocchi-common',
'python-boto3',
'python-ldappool',
'python2-cradox'
] %}
@ -30,6 +31,7 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
'gnocchi-common',
'libapache2-mod-wsgi',
'librados-dev',
'python-boto3',
'python-dev',
'python-ldappool',
'python-rados',
@ -96,7 +98,7 @@ ADD gnocchi-base-archive /gnocchi-base-source
{% set gnocchi_base_pip_packages = [
'gnocchiclient',
'/gnocchi[keystone,mysql,file,ceph]'
'/gnocchi[keystone,mysql,file,ceph,s3]'
] %}
RUN ln -s gnocchi-base-source/* gnocchi \