Implementation Token Multi Service ENd
This commit is contained in:
parent
3914858d7a
commit
4f062230bc
3 changed files with 26 additions and 19 deletions
|
@ -62,11 +62,11 @@
|
|||
//$token = $id->genToken();
|
||||
|
||||
$tmp = new genTokenOptions($Args);
|
||||
$tmp->genComputeToken();
|
||||
$array = $tmp->getOptionsCompute();
|
||||
$tmp->genIdentityToken();
|
||||
$array = $tmp->getOptions("Identity");
|
||||
$openstack_api = new OpenStack\OpenStack([]);
|
||||
|
||||
$computBack = $tmp->getBackup("Compute");
|
||||
$identityBack = $tmp->getBackup("Identity");
|
||||
//file_put_contents("token", serialize($tmp));
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue