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']))
|
inventory['entries']))
|
||||||
return dict(ret=ret, entries=entries)
|
return dict(ret=ret, entries=entries)
|
||||||
|
|
||||||
def get_psu_inventory(self, systems_uri):
|
def get_psu_inventory(self):
|
||||||
result = {}
|
result = {}
|
||||||
psu_list = []
|
psu_list = []
|
||||||
psu_results = []
|
psu_results = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue