Moved vpnaas.filters from main neutron repo

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

Change-Id: Ide7dafafa3e43b3f27ec3d2dfdb3591ae7328f21
This commit is contained in:
Ihar Hrachyshka 2014-12-18 13:19:49 +01:00
parent c1d34bee03
commit 35843adeea
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# 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]
ip: IpFilter, ip, root
ip_exec: IpNetnsExecFilter, ip, root
openswan: CommandFilter, ipsec, root

View File

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