Add fluent-logger to images

There is proposed change in kolla-ansible below
which is changing the way how central-logging
works and adding native fluent logging.

Because of this, it's needed to add python
fluent library to openstack images.

Proposed Change:
 - https://review.opendev.org/#/c/755775/

Change-Id: Iedc782a3317c93a2af0da4696fd71c05e0e4a55e
This commit is contained in:
Michal Arbet 2020-10-27 13:58:11 +01:00 committed by Radosław Piliszek
parent 08b80e34da
commit 9dc0df2a99
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'elasticsearch',
'eventlet',
'fasteners',
'fluent-logger',
'funcsigs',
'futurist',
'gnocchiclient',