From 5f78a2c7890b49cb720ffb4ff1de1bffc32a2168 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Wed, 12 Feb 2025 12:35:21 +0100 Subject: [PATCH] removed unsupported field from vm_inventory_map --- config.py.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.py.example b/config.py.example index 7f8861e..dcc307f 100644 --- a/config.py.example +++ b/config.py.example @@ -98,8 +98,7 @@ device_inventory_map = { "asset_tag": "asset_tag", "oob_ip/address": "oob_ip" } # We also support inventory mapping on Virtual Machines. -vm_inventory_map = { "asset_tag": "asset_tag", - "status/label": "deployment_status", +vm_inventory_map = { "status/label": "deployment_status", "location/name": "location", "latitude": "location_lat", "longitude": "location_lon",