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)
Reviewed: https:/ /review. opendev. org/696652 /git.openstack. org/cgit/ openstack/ tripleo- heat-templates/ commit/ ?id=0aecbc77238 4ae4623fe2013c1 698825f268e16b
Committed: https:/
Submitter: Zuul
Branch: stable/stein
commit 0aecbc772384ae4 623fe2013c16988 25f268e16b
Author: Michele Baldessari <email address hidden>
Date: Fri Nov 15 18:50:28 2019 +0100
Fix neutron api TLS logging
This is a partial cherry pick (logging part) of fb735a052707516 f73313c4e5ca93c
Ia1c22b8981
Closes-Bug: #1852779
Namely it is the second part of the commit only: server_ tls_proxy container is not persisted to the host
B) The logging in the neutron_
Before: controller- 0 ~]# ls -l /var/log/ containers/ httpd/neutron- api/ controller- 0 ~]#
[root@
[root@
After: controller- 0 ~]# ls -l /var/log/ containers/ httpd/neutron- api/ api-proxy_ access_ ssl.log api-proxy_ error_ssl. log controller- 0 ~]#
[root@
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-
-rw-r--r--. 1 root root 2748 Nov 15 17:43 neutron-
[root@
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)
Change-Id: Id9b9a15d404675 07bdeace56be55b 63a6298b560