summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2019-06-26 12:07:05 -0700
committerEd Tanous <ed.tanous@intel.com>2019-06-26 20:22:00 +0000
commit02e92e32eea6624520f07da928fad109528dbed5 (patch)
treee88e936f8f1978a7d5b99a30b87e7c9638694994
parent8fb49dd60624afe750d748b1a4c206bda2f9950d (diff)
downloadbmcweb-02e92e32eea6624520f07da928fad109528dbed5.tar.gz
bmcweb-02e92e32eea6624520f07da928fad109528dbed5.zip
Fix redudancy for association change
s/inventory/chassis according to https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/22976 Tested: Redundancy still worked with according change in sensor repo Change-Id: Id0e517e09908a44fa983a6934b8c4c39d5db4dd6 Signed-off-by: James Feist <james.feist@linux.intel.com>
-rw-r--r--redfish-core/lib/sensors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 0ccfc95..b392d6d 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -861,7 +861,7 @@ static void
"GetAll",
"xyz.openbmc_project.Control.FanRedundancy");
},
- "xyz.openbmc_project.ObjectMapper", path + "/inventory",
+ "xyz.openbmc_project.ObjectMapper", path + "/chassis",
"org.freedesktop.DBus.Properties", "Get",
"xyz.openbmc_project.Association", "endpoints");
}
OpenPOWER on IntegriCloud