Fluentd deprecation releasenote

Fluentd will be replaced by rsyslog. Rsyslog is not integrated yet
so Fluentd is still an option.

Change-Id: Ia8e7329b5ee1c321ccbae016eada729dae8a7d79
This commit is contained in:
Juan Badia Payno 2018-10-17 16:48:56 +02:00
parent 1393ced362
commit 1e65a0b01d
3 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,8 @@
heat_template_version: rocky
description: >
OpenStack containerized fluentd services
OpenStack containerized fluentd services.
This service is deprecated and will be removed in future releases.
parameters:
DockerFluentdImage:

View File

@ -1,6 +1,8 @@
heat_template_version: rocky
description: Fluentd client configured with Puppet
description: >
Fluentd client configured with Puppet.
This service is deprecated and will be removed in future releases.
parameters:
ServiceData:

View File

@ -0,0 +1,6 @@
---
deprecations:
- The ``Fluentd`` service is deprecated and it will be removed in
future releases. It will be replaced by rsyslog. Rsyslog is not
integrated yet, so Fluentd will be an option as long as rsyslog
is not integrated.