modification in structure for ip and routers

This commit is contained in:
Yoggzo 2016-04-21 21:51:46 +02:00
parent 94ce37f517
commit 3f6af0b644
7 changed files with 30 additions and 59 deletions

View file

@ -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);