]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
remove metadata_proxy_local filters for rootwrap
authorRobert Li <baoli@cisco.com>
Tue, 21 Apr 2015 19:58:00 +0000 (15:58 -0400)
committerRobert Li <baoli@cisco.com>
Wed, 22 Apr 2015 13:15:03 +0000 (09:15 -0400)
With the dependent patch Iade8b5b09bb53018485c85f8372fb94dbc2ad2da,
/usr/local/bin is added to exec_dirs in rootwrap.conf. Therefore, these
filters are no longer needed for devstack use case.

Depends-On: Iade8b5b09bb53018485c85f8372fb94dbc2ad2da
Change-Id: I98bff3cc679dfe19315f2b9b028ff48e4296e0de

etc/neutron/rootwrap.d/dhcp.filters
etc/neutron/rootwrap.d/l3.filters

index 20d2800116c49e80212aff1975085ad46755e1ff..156c9cfa54577f30cbae1906caf0529b3e9408d3 100644 (file)
@@ -23,9 +23,6 @@ dhcp_release: CommandFilter, dhcp_release, root
 
 # metadata proxy
 metadata_proxy: CommandFilter, neutron-ns-metadata-proxy, root
-# If installed from source (say, by devstack), the prefix will be
-# /usr/local instead of /usr/bin.
-metadata_proxy_local: CommandFilter, /usr/local/bin/neutron-ns-metadata-proxy, root
 # RHEL invocation of the metadata proxy will report /usr/bin/python
 kill_metadata: KillFilter, root, python, -9
 kill_metadata7: KillFilter, root, python2.7, -9
index 27c78742c97c88b0375f44b935fdda8cacbb401d..0fdf60cd1ecd39f718e2ec8a9dd89552d7c6bb29 100644 (file)
@@ -18,9 +18,6 @@ radvd: CommandFilter, radvd, root
 
 # metadata proxy
 metadata_proxy: CommandFilter, neutron-ns-metadata-proxy, root
-# If installed from source (say, by devstack), the prefix will be
-# /usr/local instead of /usr/bin.
-metadata_proxy_local: CommandFilter, /usr/local/bin/neutron-ns-metadata-proxy, root
 # RHEL invocation of the metadata proxy will report /usr/bin/python
 kill_metadata: KillFilter, root, python, -9
 kill_metadata7: KillFilter, root, python2.7, -9