Remove systems_uri as parameter from get_psu_inventory method (#54262)
This commit is contained in:
parent
5bb5c9d295
commit
0ed6b4f774
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ class RedfishUtils(object):
|
|||
inventory['entries']))
|
||||
return dict(ret=ret, entries=entries)
|
||||
|
||||
def get_psu_inventory(self, systems_uri):
|
||||
def get_psu_inventory(self):
|
||||
result = {}
|
||||
psu_list = []
|
||||
psu_results = []
|
||||
|
|
Loading…
Reference in a new issue