summaryrefslogtreecommitdiff
path: root/redfish-core/lib
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-09-21 01:35:31 +0300
committerEd Tanous <ed@tanous.net>2022-09-28 19:27:14 +0300
commitc106b67aaad9cfdc34a24addb8e62b66522ae831 (patch)
treecffd31d27c13c35c3c1052db276b2fcf919a4c03 /redfish-core/lib
parent5d138943e557006a42f4b0a135f47fe7fac0dd1e (diff)
downloadbmcweb-c106b67aaad9cfdc34a24addb8e62b66522ae831.tar.xz
treewide: change EM's ObjectManager path
EntityManager moves its ObjectManager in commit [1], this patch is to change accordingly. Please see [1] for why we made that change. [1] https://gerrit.openbmc.org/c/openbmc/entity-manager/+/57279 Tested: code compiles. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Idf5657463d54022f53d12e860483d06b5c5c7ccd
Diffstat (limited to 'redfish-core/lib')
-rw-r--r--redfish-core/lib/managers.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/redfish-core/lib/managers.hpp b/redfish-core/lib/managers.hpp
index 1955de113a..19c43f1948 100644
--- a/redfish-core/lib/managers.hpp
+++ b/redfish-core/lib/managers.hpp
@@ -1423,7 +1423,8 @@ struct SetPIDValues : std::enable_shared_from_this<SetPIDValues>
}
self->managedObj = mObj;
},
- "xyz.openbmc_project.EntityManager", "/", objectManagerIface,
+ "xyz.openbmc_project.EntityManager",
+ "/xyz/openbmc_project/inventory", objectManagerIface,
"GetManagedObjects");
// at the same time get the profile information