fix typo for 1Ge interfaces
This commit is contained in:
parent
0c3b9dc2fc
commit
14c3be4696
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Network():
|
||||||
elif nic['ethtool']['speed'] == '1000Mb/s':
|
elif nic['ethtool']['speed'] == '1000Mb/s':
|
||||||
if nic['ethtool']['port'] == 'FIBRE':
|
if nic['ethtool']['port'] == 'FIBRE':
|
||||||
return self.dcim_choices['interface:type']['SFP (1GE)']
|
return self.dcim_choices['interface:type']['SFP (1GE)']
|
||||||
return self.dcim_choices['interface:type']['1000GBASE-T (1GE)']
|
return self.dcim_choices['interface:type']['1000BASE-T (1GE)']
|
||||||
return self.dcim_choices['interface:type']['Other']
|
return self.dcim_choices['interface:type']['Other']
|
||||||
|
|
||||||
def get_ipmi(self):
|
def get_ipmi(self):
|
||||||
|
|
Loading…
Reference in a new issue