Remove REST boot from boot_table_redfish.json

Change-Id: I86709105e701cce3a8279f4f1f6c4f4047891e55
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/boot_table_redfish.json b/data/boot_table_redfish.json
index 3fa71e9..6039f4a 100644
--- a/data/boot_table_redfish.json
+++ b/data/boot_table_redfish.json
@@ -206,31 +206,6 @@
         "method_type": "keyword",
         "method": "BMC Execute Command  /sbin/reboot  fork=${1}"
     },
-    # Run a REST "reboot" on the OBMC while host is running.
-    "REST OBMC Reboot (run)": {
-        "start": {
-            "redfish": "^1$",
-            "chassis": "^On$",
-            "boot_progress": "^SystemHardwareInitializationComplete|OSRunning$",
-            "host": "^Enabled$",
-            "os_ping": "^1$",
-            "os_login": "^1$",
-            "os_run_cmd": "^1$"
-        },
-        "end": {
-            "redfish": "^1$",
-            "chassis": "^On$",
-            "boot_progress": "^SystemHardwareInitializationComplete|OSRunning$",
-            "host": "^Enabled$",
-            "os_ping": "^1$",
-            "os_login": "^1$",
-            "os_run_cmd": "^1$"
-        },
-        "bmc_reboot": 1,
-        "method_type": "keyword",
-        "method": "Initiate BMC Reboot  wait=${0}",
-        "lib_file_path": "state_manager.robot"
-    },
     # Run a Redfish "reboot" on the OBMC while host is running.
     "Redfish OBMC Reboot (run)": {
         "start": {