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