trying test floatingip

This commit is contained in:
Yoggzo 2016-04-19 18:00:37 +02:00
parent 2d260aa6f5
commit 3795d05a97
3 changed files with 53 additions and 24 deletions

View file

@ -63,6 +63,11 @@ class AppTest{
$opt = $this->tokenClass->getOptions($service);
return $this->openstack->networkingV2($opt);
break;
case "FloatingIp":
if($this->tokenPost == NULL) $this->tokenClass->genNetworkToken();
$opt = $this->tokenClass->getOptions($service);
return $this->openstack->networkingV2ExtLayer3($opt);
break;
}
}