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:
parent
77842b8594
commit
91e0e5b02a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user