Audit & action plans api controllers - unused parameter in get_all() and detail()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Medium
|
Gábor Antal |
Bug Description
In the Audit controller (watcher/
Similarly, the Action Plan controller (watcher/
We need to remove them as they are useless
Changed in watcher: | |
importance: | Undecided → Medium |
Changed in watcher: | |
status: | New → Confirmed |
Changed in watcher: | |
assignee: | nobody → Gábor Antal (gabor.antal) |
Changed in watcher: | |
milestone: | none → mitaka-2 |
Changed in watcher: | |
status: | Confirmed → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 58fb86a3dae82ef
Author: Gábor Antal <email address hidden>
Date: Mon Jan 18 16:55:18 2016 +0100
Removed unused parameters from api controllers
In the Audit controller (watcher/
we have an unused "audit_uuid" parameter in both get_all()
and detail()
Similarly, the Action Plan controller
(watcher/
"action_
I also removed them from the @wsme_pecan.
Change-Id: I7f1edfd44dd95c
Closes-Bug: #1534615
Changed in watcher: | |
status: | In Progress → Fix Released |
Fix proposed to branch: master /review. openstack. org/269158
Review: https:/