Fix typo in rootwrap files: neuton -> neutron
The l3 filters one in particular breaks /usr/local installs because its spelt wrongly. Change-Id: I609e3f448256cb8c9211c4d67ae48cb2ee5b6094
This commit is contained in:
parent
b78eea6146
commit
9f1c150064
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user