Add extra rootwrap filter
Due to the fact the binary name that we use inside OSA is python2 and there is no filter for it inside Neutron, killing processes fails and migrating routers will result in the old keepalived procs not being killed off. Change-Id: I1492af56e2e389b37cfc0e2818119729cd7ef733
This commit is contained in:
parent
ea60f9655c
commit
b35e1994dd
7
files/rootwrap.d/l3-extra.filters
Normal file
7
files/rootwrap.d/l3-extra.filters
Normal file
@ -0,0 +1,7 @@
|
||||
# NOTE(mnaser): This file exists because we use `python2` for our binaries
|
||||
# and there is no filter upstream for this which means that
|
||||
# killing the keepalived monitors fails on OpenStack-Ansible
|
||||
# environments that run Python2.
|
||||
|
||||
[Filters]
|
||||
kill_keepalived_monitor_py2: KillFilter, root, python2, -15
|
Loading…
x
Reference in New Issue
Block a user