modification in structure for ip and routers
This commit is contained in:
parent
94ce37f517
commit
3f6af0b644
7 changed files with 30 additions and 59 deletions
|
@ -63,7 +63,7 @@ class AppTest{
|
|||
$opt = $this->tokenClass->getOptions($service);
|
||||
return $this->openstack->networkingV2($opt);
|
||||
break;
|
||||
case "FloatingIp":
|
||||
case "NetworkLayer3":
|
||||
if($this->tokenPost == NULL) $this->tokenClass->genNetworkToken();
|
||||
$opt = $this->tokenClass->getOptions('Network');
|
||||
return $this->openstack->networkingV2ExtLayer3($opt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue