summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-11-06 12:51:43 -0800
committerTom Joseph <tomjoseph@in.ibm.com>2019-11-13 17:28:51 +0000
commita7f81cc62224a2c3ec4d864f8a035032f7133e2a (patch)
treeeabaf037174b8f682acfc2c20273ca3d440d5e0f
parent5a98ea63a3c3370b345527bcc40f0264a9fc67e4 (diff)
downloadphosphor-host-ipmid-a7f81cc62224a2c3ec4d864f8a035032f7133e2a.tar.gz
phosphor-host-ipmid-a7f81cc62224a2c3ec4d864f8a035032f7133e2a.zip
Update association names to use new interface
The phosphor-logging code moved from implementing org.openbmc.Associations to now implementing xyz.openbmc_project.Association.Definitions. The property name was also changed from associations to Associations. Change-Id: I4443b9092319bf73245fa7a256efb9227e87097d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
-rw-r--r--selutility.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/selutility.cpp b/selutility.cpp
index 615ad81..cd3b6a6 100644
--- a/selutility.cpp
+++ b/selutility.cpp
@@ -117,8 +117,9 @@ GetSELEntryResponse convertLogEntrytoSEL(const std::string& objPath)
{
sdbusplus::bus::bus bus{ipmid_get_sd_bus_connection()};
- static constexpr auto assocIntf = "org.openbmc.Associations";
- static constexpr auto assocProp = "associations";
+ static constexpr auto assocIntf =
+ "xyz.openbmc_project.Association.Definitions";
+ static constexpr auto assocProp = "Associations";
auto service = ipmi::getService(bus, assocIntf, objPath);
OpenPOWER on IntegriCloud