summaryrefslogtreecommitdiff
path: root/redfish-core/include/redfish.hpp
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-10-02 21:27:59 +0300
committerEd Tanous <ed.tanous@intel.com>2019-10-03 00:50:55 +0300
commit2e8a4fb85ff146ce965342a26602822571edafb9 (patch)
tree6870cb30c6385dce550a5903e47e9cc1001d3ce0 /redfish-core/include/redfish.hpp
parentca0c93bb09587903a6dd43926799a967f10bafcd (diff)
downloadbmcweb-2e8a4fb85ff146ce965342a26602822571edafb9.tar.xz
Revert "Add Storage Schema for NVMe on Redfish"
This reverts commit e56c7b7092298c609831a65bcc8c21e62d422ba7. Reason for revert: /redfish/v1/Systems/1 returns no result. This should've been flagged in service validator, but the commit mentions that test was run, so it's not clear how this was missed. Reverting for a moment until we can determine what happened. Change-Id: I276d4cd239adb87b77264bc65ab4856705274ff0
Diffstat (limited to 'redfish-core/include/redfish.hpp')
-rw-r--r--redfish-core/include/redfish.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index 53c95958f7..2ca3dc7c51 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -30,7 +30,6 @@
#include "../lib/roles.hpp"
#include "../lib/sensors.hpp"
#include "../lib/service_root.hpp"
-#include "../lib/storage.hpp"
#include "../lib/systems.hpp"
#include "../lib/thermal.hpp"
#include "../lib/update_service.hpp"
@@ -72,9 +71,6 @@ class RedfishService
nodes.emplace_back(std::make_unique<ChassisCollection>(app));
nodes.emplace_back(std::make_unique<Chassis>(app));
nodes.emplace_back(std::make_unique<UpdateService>(app));
- nodes.emplace_back(std::make_unique<StorageCollection>(app));
- nodes.emplace_back(std::make_unique<Storage>(app));
- nodes.emplace_back(std::make_unique<Drive>(app));
#ifdef BMCWEB_INSECURE_ENABLE_REDFISH_FW_TFTP_UPDATE
nodes.emplace_back(
std::make_unique<UpdateServiceActionsSimpleUpdate>(app));