summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2017-08-17 03:23:36 -0500
committerMarri Devender Rao <devenrao@in.ibm.com>2017-08-21 03:14:31 -0500
commit1e005c2531d34e8f39b28ff65fb3ca9f8e749459 (patch)
tree404d4c5275571b9fd743c690d376c26010a8b2ed
parent91380d59fd79594a77e60dd28b8550ce8215fe77 (diff)
downloadphosphor-dbus-interfaces-1e005c2531d34e8f39b28ff65fb3ca9f8e749459.tar.gz
phosphor-dbus-interfaces-1e005c2531d34e8f39b28ff65fb3ca9f8e749459.zip
Add Inactive state to OSStatus enum
Change-Id: Ia0da0d12b967b80d0ef3800146de01033e425613 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
-rw-r--r--xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml b/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
index 60852f3..96b04c1 100644
--- a/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
+++ b/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
@@ -4,7 +4,7 @@ description: >
properties:
- name: OperatingSystemState
type: enum[self.OSStatus]
- default: BootComplete
+ default: Inactive
description: >
Current state of the operating system.
@@ -31,3 +31,6 @@ enumerations:
- name: BootComplete
description: >
Boot Completed or Unspecified Boot Device.
+ - name: Inactive
+ description: >
+ System Inactive.
OpenPOWER on IntegriCloud