From 1e005c2531d34e8f39b28ff65fb3ca9f8e749459 Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Thu, 17 Aug 2017 03:23:36 -0500 Subject: Add Inactive state to OSStatus enum Change-Id: Ia0da0d12b967b80d0ef3800146de01033e425613 Signed-off-by: Marri Devender Rao --- xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1