From d29d56bc4d0e8f3fdbaa0fd936fc4aa1f0ef00a0 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Tue, 29 Jan 2019 20:07:51 +0900 Subject: [PATCH] Fix host-device README.md host-device's README.md missing 'type' field, so this change just adds 'type' in config example. --- plugins/main/host-device/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/main/host-device/README.md b/plugins/main/host-device/README.md index f482d03a..b06e2169 100644 --- a/plugins/main/host-device/README.md +++ b/plugins/main/host-device/README.md @@ -16,6 +16,7 @@ A sample configuration might look like: ```json { "cniVersion": "0.3.1", + "type": "host-device", "device": "enp0s1" } ```