Comment 11 for bug 1730664

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/pike)

Reviewed: https://review.openstack.org/521433
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=444b0e2b5527951d6e3d95e11e0e375283e7bb7a
Submitter: Zuul
Branch: stable/pike

commit 444b0e2b5527951d6e3d95e11e0e375283e7bb7a
Author: chenxing <email address hidden>
Date: Mon Nov 20 06:33:36 2017 +0000

    Fix the deprecated syntax in 01-rewrite.conf

    The current syntax of Ubuntu fluentd rewrite rules are not supported
    anymore, reference to this commit[1].
    According to the build of this patch[2], The Centos has no such isuue.
    Only Ubuntu needs to be upgrade to use the <rule> section.

    * Centos use 01-rewrite-0.12.conf.j2
    * Ubuntu use 01-rewrite-0.14.conf.j2

    [1] https://github.com/fluent/fluent-plugin-rewrite-tag-filter/commit/248ed8e97def0a60121199c0d0e2fa8785f0d076
    [2] https://review.openstack.org/#/c/517907

    Depends-on: ed669e22c830d7044c99891faf8ce9ae199f63b7
    Change-Id: I0b131c2f65652cf3c61b33d8162097b047603923
    Closes-Bug: #1730664