summaryrefslogtreecommitdiff
path: root/redfish-core/lib/systems.hpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-06-24 05:58:05 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-06-25 04:10:03 +0300
commit4ab2ee031dbc172da2f615f0e88feb975d99bf8d (patch)
tree11b4b2142afe66cfb8d10f16c545bdeaac5dd9f0 /redfish-core/lib/systems.hpp
parentf926b099b33f9b2ed379d53f85687b27c0f5fa79 (diff)
downloadbmcweb-4ab2ee031dbc172da2f615f0e88feb975d99bf8d.tar.xz
Remove done TODO
ForceRestart support was added here: https://github.com/openbmc/bmcweb/commit/d22c8396f0bcec4488d0c98eae3092384b3a5929 Change-Id: I631d465861fb423b1915f5fcc384b8117adf6bd5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'redfish-core/lib/systems.hpp')
-rw-r--r--redfish-core/lib/systems.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/redfish-core/lib/systems.hpp b/redfish-core/lib/systems.hpp
index a68e8defd7..6b314be53f 100644
--- a/redfish-core/lib/systems.hpp
+++ b/redfish-core/lib/systems.hpp
@@ -1853,7 +1853,6 @@ class Systems : public Node
res.jsonValue["Storage"] = {
{"@odata.id", "/redfish/v1/Systems/system/Storage"}};
- // TODO Need to support ForceRestart.
res.jsonValue["Actions"]["#ComputerSystem.Reset"] = {
{"target",
"/redfish/v1/Systems/system/Actions/ComputerSystem.Reset"},