From 856e9094fc5cf6c12379c8e0f32c38068756fe1d Mon Sep 17 00:00:00 2001 From: Solvik Blum Date: Wed, 21 Aug 2019 17:52:51 +0200 Subject: [PATCH] rename dell.py to storcli.py --- netbox_agent/inventory.py | 2 +- netbox_agent/raid/{dell.py => storcli.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename netbox_agent/raid/{dell.py => storcli.py} (100%) diff --git a/netbox_agent/inventory.py b/netbox_agent/inventory.py index 3140113..f4730fd 100644 --- a/netbox_agent/inventory.py +++ b/netbox_agent/inventory.py @@ -5,7 +5,7 @@ import re from netbox_agent.config import netbox_instance as nb from netbox_agent.misc import is_tool from netbox_agent.raid.hp import HPRaid -from netbox_agent.raid.dell import StorcliRaid +from netbox_agent.raid.storcli import StorcliRaid INVENTORY_TAG = { 'cpu': {'name': 'hw:cpu', 'slug': 'hw-cpu'}, diff --git a/netbox_agent/raid/dell.py b/netbox_agent/raid/storcli.py similarity index 100% rename from netbox_agent/raid/dell.py rename to netbox_agent/raid/storcli.py