summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-09-20 09:18:05 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-10-02 14:13:35 -0400
commitaa509c629e1f623ff63ae2f685f5605b309a0e3d (patch)
treec6b024b78f0f4ecf97b8ec60e9be668b949dcc4e /recipes-containers
parent05db2367ccc54fb04fd1abe20a39c6114a482817 (diff)
downloadmeta-virtualization-aa509c629e1f623ff63ae2f685f5605b309a0e3d.tar.gz
cni: move cni tools to /usr/libexec/cni
Use a standard location to store the cni tools and plugins. This is more in line how other distributions package cni. Keep a symlink to /opt/cni/bin for backward compatibility. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/cri-o/files/crio.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/cri-o/files/crio.conf b/recipes-containers/cri-o/files/crio.conf
index 51d7f404..9135df08 100644
--- a/recipes-containers/cri-o/files/crio.conf
+++ b/recipes-containers/cri-o/files/crio.conf
@@ -144,4 +144,4 @@ registries = [
144network_dir = "/etc/cni/net.d/" 144network_dir = "/etc/cni/net.d/"
145 145
146# plugin_dir is is where CNI plugin binaries are stored. 146# plugin_dir is is where CNI plugin binaries are stored.
147plugin_dir = "/opt/cni/bin/" 147plugin_dir = "/opt/cni/bin"