diff options
Diffstat (limited to 'server/index.php')
| -rw-r--r-- | server/index.php | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/server/index.php b/server/index.php index ca84641..ceba59e 100644 --- a/server/index.php +++ b/server/index.php @@ -3,7 +3,14 @@ include_once("config.inc.php"); include_once("init.php"); - $task = $_POST["task"]; - $action = $_POST["action"]; - +// $task = $_POST["task"]; +// $action = $_POST["action"]; + include_once("core/Identity.php"); + + //$id = new identity($openstack_api, $pluginApi); + +// var_dump($id->genToken()); + $openstack_api->computeV2(['region'=> 'RegionOne']); + +// var_dump($openstack_api->getBuilderOptions()); |
