Change to use new state_manager REST interfaces for power on/off.

Change-Id: I33586880a9ab9a8789e0eecbe550984fd0e1efb3
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/data/boot_table.json b/data/boot_table.json
index b2fd517..714f531 100644
--- a/data/boot_table.json
+++ b/data/boot_table.json
@@ -18,7 +18,8 @@
         },
         "bmc_reboot": 0,
         "method_type": "keyword",
-        "method": "Initiate Power On  wait=${0}"
+        "method": "Initiate Host Boot  wait=${0}",
+        "lib_file_path": "state_manager.robot"
     },
     # Initiate a power on using the IPMI interface.
     "IPMI Power On": {
@@ -60,7 +61,8 @@
         },
         "bmc_reboot": 0,
         "method_type": "keyword",
-        "method": "Initiate Power Off"
+        "method": "Initiate Host PowerOff  wait=${0}",
+        "lib_file_path": "state_manager.robot"
     },
     # Initiate a power off using the IPMI interface.
     "IPMI Power Off": {