Unused parameter in get_last_sample_values()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Low
|
Gábor Antal |
Bug Description
In watcher/
def get_last_
We should remove that
Changed in watcher: | |
assignee: | nobody → Gábor Antal (gabor.antal) |
Changed in watcher: | |
status: | New → In Progress |
Changed in watcher: | |
importance: | Undecided → Low |
milestone: | none → mitaka-3 |
Gábor Antal (gabor.antal) wrote : | #1 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit f32995228b1ef17
Author: Gábor Antal <email address hidden>
Date: Wed Feb 3 15:35:37 2016 +0100
Pass parameter to the query in get_last_
In watcher/
there is an unused parameter, called limit:
def get_last_
In the next line, there is a method call which can take this
currently unused 'limit' parameter. Probably, passing this 'limit'
parameter to the query was originally intended, however it wasn't
added to the query call.
Closes-Bug: #1541415
Change-Id: I025070c6004243
Changed in watcher: | |
status: | In Progress → Fix Released |
Fix already commited:
https:/ /review. openstack. org/#/c/ 275727/