From a5e07db895a2cae10be21d05d996e2834d6f2160 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 17 May 2019 16:13:00 +0000 Subject: [PATCH] Update git submodules * Update neutron from branch 'master' - Merge "Add RHEL8 platform-python to the L3 rootwrap filters" - Add RHEL8 platform-python to the L3 rootwrap filters In L3 rootwrap filters we have filter to kill neutron-keepalived-state-change process. As this process is run under python, in commit [1] we added KillFilter rules to allow kill various Python processes. In RHEL8 there are "system" and "user" python versions provided. It is called "platform-python" and is placed in /usr/libexec dir. Details about it are in [2]. So this patch adds to neutron-keepalived-state-change Kill filters also /usr/libexec/platform-python and /usr/libexec/platform-python3.6 to allow killing this process on RHEL8 based OS. [1] https://review.opendev.org/#/c/636710/ [2] https://developers.redhat.com/blog/2018/11/14/python-in-rhel-8/ Change-Id: Iafdaf2c1a6e5c1f5de856ff99e04c72c911c5123 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 36517c6016..3ad5340d6b 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 36517c60165abcd1bb5de18ac47085e3cad8c851 +Subproject commit 3ad5340d6b23408629807125e673e8bd215c9fa3