summaryrefslogtreecommitdiffstats
path: root/configs/Romulus.py
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-08-08 11:26:18 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-08-22 10:01:46 -0500
commit13e17c523ffb257faac73aac6d967f5df0c456e0 (patch)
tree43686a6bbf5c85f54a85b0c34598c6091be5215f /configs/Romulus.py
parent49f8a6f95c7d8956722117418e103745282c833d (diff)
downloadtalos-skeleton-13e17c523ffb257faac73aac6d967f5df0c456e0.tar.gz
talos-skeleton-13e17c523ffb257faac73aac6d967f5df0c456e0.zip
configs: Remove the OperatingSystemStatus sensor
The Operating System Status sensor has moved from /org/openbmc/sensors to /xyz/openbmc_project/state/host0. Remove the sensor from the org path. Tested: Powered on a witherspoon to the Host OS. Change-Id: I02d50d0a38485833fd73579c5aec41fd157141d0 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'configs/Romulus.py')
-rw-r--r--configs/Romulus.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/Romulus.py b/configs/Romulus.py
index c403f09..9c66ca4 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -249,7 +249,6 @@ ID_LOOKUP = {
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
0x8b : { 'class' : 'BootCountSensor' },
- 0x91 : { 'class' : 'OperatingSystemStatusSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud