Updated Storage Inventory Interface in hsbp-manager
Storage inventory interface in redfish code and hsbp manager
is mismatched. So updated the Storage Inventory interface from
"inventory.item.storage" to "Inventory.Item.Storage"
Change-Id: I4fe01b7a674fbac42ed4925aba12e0358d8d2289
Signed-off-by: PavanKumarIntel <pavanx.kumar.martha@intel.com>
diff --git a/hsbp-manager/src/hsbp_manager.cpp b/hsbp-manager/src/hsbp_manager.cpp
index 2f615d2..648afd1 100644
--- a/hsbp-manager/src/hsbp_manager.cpp
+++ b/hsbp-manager/src/hsbp_manager.cpp
@@ -2858,7 +2858,7 @@
/* Add interface for storage inventory */
storageIface = objServer.add_interface("/xyz/openbmc_project/inventory/item/storage/hsbp/1",
- "xyz.openbmc_project.inventory.item.storage");
+ "xyz.openbmc_project.Inventory.Item.Storage");
storageIface->initialize();