updated the function

This commit is contained in:
Nisha Agarwal 2014-09-12 19:42:44 +05:30
parent 457447fbb2
commit 8cc3cd064f
1 changed files with 0 additions and 3 deletions

View File

@ -457,9 +457,6 @@ class IloClient:
boot_mode = None
key_list = ['DESCRIPTION']
val_list = ['CDROM', 'FlexibleLOM', 'EmbeddedLOM',
'NIC', 'HDD', 'SA_HDD', 'USB_HDD',
'PCI']
for item in result:
for key, val in item.iteritems():
if key in key_list: