Fix detailed node history list

Node history controller does not implement a /detail URL,
Client should pass a query argument.

Change-Id: I949cfca6386a13558f93da9b5a3acefaba7454aa
This commit is contained in:
Kaifeng Wang 2024-09-09 11:07:40 +08:00
parent 77842b8594
commit 91e0e5b02a

View File

@ -1148,7 +1148,7 @@ class NodeManager(base.CreateManager):
path = "%s/history" % node_ident
if detail:
path = path + '/detail'
path = path + '?detail=%s' % detail
return self._list_primitives(
self._path(path), 'history',