From 6046937f080b80be4fd04a17cbc6cfda27a97a5d Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sat, 12 Aug 2017 11:32:35 +0300 Subject: fixes and re-scheme for host_pnic and switch_pnic Change-Id: I3e5501dd9beb100a66c5a7bdba6e5cd967f4a21c Signed-off-by: Koren Lev --- app/config/scanners.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/config/scanners.json') diff --git a/app/config/scanners.json b/app/config/scanners.json index fa65891..ae856a2 100644 --- a/app/config/scanners.json +++ b/app/config/scanners.json @@ -88,9 +88,9 @@ "type": "pnics_folder", "fetcher": { "folder": true, - "types_name": "pnics", + "types_name": "host_pnics", "parent_type": "host", - "text": "pNICs" + "text": "host_pNICs" }, "environment_condition": { "mechanism_drivers": [ @@ -310,9 +310,9 @@ "type": "pnics_folder", "fetcher": { "folder": true, - "types_name": "pnics", + "types_name": "host_pnics", "parent_type": "vedge", - "text": "pNICs" + "text": "host_pNICs" }, "environment_condition": { "mechanism_drivers": "VPP" -- cgit 1.2.3-korg