diff options
| author | James Feist <james.feist@linux.intel.com> | 2019-06-26 12:07:05 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2019-06-26 20:22:00 +0000 |
| commit | 02e92e32eea6624520f07da928fad109528dbed5 (patch) | |
| tree | e88e936f8f1978a7d5b99a30b87e7c9638694994 | |
| parent | 8fb49dd60624afe750d748b1a4c206bda2f9950d (diff) | |
| download | bmcweb-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.hpp | 2 |
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"); } |

