Start criteria for 'REST Power Off' too strict.
All that is really required to start a 'REST Power Off' is that
the REST interface is working and the chassis power is 'On'.
The same goes for 'IPMI Power Off'.
Change-Id: Id64ce7ddbaceac86df4b9f13626c75f66b5847c3
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/data/boot_table.json b/data/boot_table.json
index 3539881..445dd1c 100644
--- a/data/boot_table.json
+++ b/data/boot_table.json
@@ -52,9 +52,7 @@
"REST Power Off": {
"start": {
"rest": "^1$",
- "chassis": "^On$",
- "boot_progress": "^FW Progress, Starting OS$",
- "host": "^Running$"
+ "chassis": "^On$"
},
"end": {
"rest": "^1$",
@@ -74,9 +72,7 @@
"IPMI Power Off": {
"start": {
"rest": "^1$",
- "chassis": "^On$",
- "boot_progress": "^FW Progress, Starting OS$",
- "host": "^Running$"
+ "chassis": "^On$"
},
"end": {
"rest": "^1$",
@@ -96,9 +92,7 @@
"IPMI Power Soft": {
"start": {
"rest": "^1$",
- "chassis": "^On$",
- "boot_progress": "^FW Progress, Starting OS$",
- "host": "^Running$"
+ "chassis": "^On$"
},
"end": {
"rest": "^1$",