Merge branch 'compute' into develop
This commit is contained in:
commit
525b82b2e4
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ foreach($servers as $server){
|
|||
|
||||
//$opt = Array();
|
||||
//$opt['name'] = "Test";
|
||||
//$serverid"id"[] = "69d5bcc4-2fab-4634-b0d2-f455fee5b7bd";
|
||||
//$serverid = Array("id"=>"69d5bcc4-2fab-4634-b0d2-f455fee5b7bd");
|
||||
//$serverid["id"] = "{69d5bcc4-2fab-4634-b0d2-f455fee5b7bd}";
|
||||
//unset($server);
|
||||
|
|
|
@ -47,7 +47,7 @@ class compute
|
|||
/**
|
||||
* Create server.
|
||||
* @return array
|
||||
|
||||
*/
|
||||
public function createServer(array $options)
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue