summaryrefslogtreecommitdiffstats
path: root/settings.yaml
diff options
context:
space:
mode:
authorMichael Tritz <mtritz@us.ibm.com>2017-01-30 15:58:41 -0600
committerMichael Tritz <mtritz@us.ibm.com>2017-01-31 11:30:21 -0600
commitaaa74c14cd5799ac560dc92445a14c28832026c1 (patch)
tree12208f0139e33be65717eabe15aeb7a3fffb5011 /settings.yaml
parenteb1bea8a1abf28ae0b2411a9886566a013aa2a2a (diff)
downloadphosphor-settingsd-aaa74c14cd5799ac560dc92445a14c28832026c1.tar.gz
phosphor-settingsd-aaa74c14cd5799ac560dc92445a14c28832026c1.zip
New "No auto reboot" element for settingsd
This new element will be used to allow the user to disable any kind of automatic reboot. Change-Id: I30bfec142d6ece35bd3e38a745551a1da71da489 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
Diffstat (limited to 'settings.yaml')
-rw-r--r--settings.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.yaml b/settings.yaml
index 7f02ea2..2afd587 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -64,6 +64,12 @@ org.openbmc.settings.Host:
default: "yes"
validation: list
allowed: ["yes", "no"]
+ AutoReboot:
+ name: auto_reboot
+ type: s
+ default: "yes"
+ validation: list
+ allowed: ["yes", "no"]
query:
type: instance_query
keyregex: "host"
OpenPOWER on IntegriCloud