Begin of Identity Implementation, Begin of Token management for Identification
This commit is contained in:
parent
ba8bbc77fb
commit
78e6e5787c
8 changed files with 335 additions and 9 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue