From: Robert Collins Date: Sun, 9 Feb 2014 08:19:41 +0000 (+1300) Subject: Fix typo in rootwrap files: neuton -> neutron X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9f1c1500646d3b0fc6c13939166c087078673ba2;p=openstack-build%2Fneutron-build.git Fix typo in rootwrap files: neuton -> neutron The l3 filters one in particular breaks /usr/local installs because its spelt wrongly. Change-Id: I609e3f448256cb8c9211c4d67ae48cb2ee5b6094 --- diff --git a/etc/neutron/rootwrap.d/l3.filters b/etc/neutron/rootwrap.d/l3.filters index d3aca3fed..2031d779e 100644 --- a/etc/neutron/rootwrap.d/l3.filters +++ b/etc/neutron/rootwrap.d/l3.filters @@ -20,7 +20,7 @@ metadata_proxy: CommandFilter, neutron-ns-metadata-proxy, root metadata_proxy_quantum: CommandFilter, quantum-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/neuton-ns-metadata-proxy, root +metadata_proxy_local: CommandFilter, /usr/local/bin/neutron-ns-metadata-proxy, root metadata_proxy_local_quantum: CommandFilter, /usr/local/bin/quantum-ns-metadata-proxy, root # RHEL invocation of the metadata proxy will report /usr/bin/python kill_metadata: KillFilter, root, /usr/bin/python, -9 diff --git a/etc/neutron/rootwrap.d/lbaas-haproxy.filters b/etc/neutron/rootwrap.d/lbaas-haproxy.filters index fb2641d2c..1cbfe3378 100644 --- a/etc/neutron/rootwrap.d/lbaas-haproxy.filters +++ b/etc/neutron/rootwrap.d/lbaas-haproxy.filters @@ -1,4 +1,4 @@ -# neuton-rootwrap command filters for nodes on which neuton is +# 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 diff --git a/etc/neutron/rootwrap.d/linuxbridge-plugin.filters b/etc/neutron/rootwrap.d/linuxbridge-plugin.filters index 46224fff6..03df39592 100644 --- a/etc/neutron/rootwrap.d/linuxbridge-plugin.filters +++ b/etc/neutron/rootwrap.d/linuxbridge-plugin.filters @@ -1,4 +1,4 @@ -# neuton-rootwrap command filters for nodes on which neuton is +# 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 diff --git a/etc/neutron/rootwrap.d/nec-plugin.filters b/etc/neutron/rootwrap.d/nec-plugin.filters index 33eca7df6..89c4cfe35 100644 --- a/etc/neutron/rootwrap.d/nec-plugin.filters +++ b/etc/neutron/rootwrap.d/nec-plugin.filters @@ -1,4 +1,4 @@ -# neuton-rootwrap command filters for nodes on which neuton is +# 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