Comment 11 for bug 1852779

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.opendev.org/697334
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=0aaae842beee2468fb726aa92faa8b53d7266a9c
Submitter: Zuul
Branch: stable/rocky

commit 0aaae842beee2468fb726aa92faa8b53d7266a9c
Author: Michele Baldessari <email address hidden>
Date: Wed Dec 4 18:51:43 2019 +0100

    Fix neutron api TLS logging

    This is a partial cherry pick (logging part) of
    Ia1c22b8981fb735a052707516f73313c4e5ca93c
    Closes-Bug: #1852779

    Namely it is the second part of the commit only:
    B) The logging in the neutron_server_tls_proxy container is not persisted to the host

    Before:
    [root@controller-0 ~]# ls -l /var/log/containers/httpd/neutron-api/
    [root@controller-0 ~]#

    After:
    [root@controller-0 ~]# ls -l /var/log/containers/httpd/neutron-api/
    total 136
    -rw-r--r--. 1 root root 400 Nov 15 17:43 error_log
    -rw-r--r--. 1 root root 72784 Nov 15 17:53 neutron-api-proxy_access_ssl.log
    -rw-r--r--. 1 root root 2748 Nov 15 17:43 neutron-api-proxy_error_ssl.log
    [root@controller-0 ~]#

    We backport only the logging bit because this needs to be fixed all the
    way to queens which did not have the ovn-tls work from Kamil.
    (I should have split this neutron api TLS fixes in two commits in the
    first place, but it's too late for that)

    (cherry-picked from 0aecbc772384ae4623fe2013c1698825f268e16b)
    Change-Id: Id9b9a15d40467507bdeace56be55b63a6298b560