rename dell.py to storcli.py

This commit is contained in:
Solvik Blum 2019-08-21 17:52:51 +02:00
parent afdf26c920
commit 856e9094fc
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47
2 changed files with 1 additions and 1 deletions

View file

@ -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'},