kolla-ansible/releasenotes/notes/optional-fluentd-version-detection-3cb8b8a8ebc02d0a.yaml
Will Szumski 25c33f9c94 Make it possible to override automatic fluentd version detection
One use case for this is so that you can generate config in a CI job
without access to the container repository. It also removes the
dependency of having docker configured for config generation.

TrivialFix

Change-Id: I0d388851c8b953af0494e44ae569e7eb9e15c326
2021-03-18 08:59:56 +00:00

7 lines
252 B
YAML

---
features:
- |
Adds the ability to override the automatic detection of `fluentd_version`
and `fluentd_binary`. These can now be defined as extra variables. This
removes the dependency of having docker configured for config generation.