Moved lbaas-haproxy.filters from main neutron repo

This file belongs to lbaas service and hence should be maintained in
neutron-lbaas repository.

Change-Id: Ide7dafafa3e43b3f27ec3d2dfdb3591ae7328f21
This commit is contained in:
Ihar Hrachyshka 2014-12-18 13:11:38 +01:00
parent 2515ff794f
commit ed35d86a6e
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# neutron-rootwrap command filters for nodes on which neutron is
# expected to control network
#
# This file should be owned by (and only-writeable by) the root user
# format seems to be
# cmd-name: filter-name, raw-command, user, args
[Filters]
# haproxy
haproxy: CommandFilter, haproxy, root
# lbaas-agent uses kill as well, that's handled by the generic KillFilter
kill_haproxy_usr: KillFilter, root, /usr/sbin/haproxy, -9, -HUP
ovs-vsctl: CommandFilter, ovs-vsctl, root
mm-ctl: CommandFilter, mm-ctl, root
# ip_lib
ip: IpFilter, ip, root
ip_exec: IpNetnsExecFilter, ip, root
route: CommandFilter, route, root
# arping
arping: CommandFilter, arping, root

View File

@ -23,6 +23,8 @@ packages =
data_files =
etc/neutron =
etc/lbaas_agent.ini
etc/neutron/rootwrap.d =
etc/neutron/rootwrap.d/lbaas-haproxy.filters
[global]
setup-hooks =