summaryrefslogtreecommitdiff
path: root/server/Test/AppTestClass.php
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-04-19 18:27:27 +0200
committerYoggzo <yogg@epsina.com>2016-04-19 18:27:27 +0200
commit6a3f770c762de4decfbb483bb8212ea44ffc44d1 (patch)
tree5f73db4d2d7a712b7eed1cb9c53d3a8f8ee7ef11 /server/Test/AppTestClass.php
parent3795d05a97dd144073d466be1ed0fd144683d8df (diff)
add init FloatingIp
Diffstat (limited to 'server/Test/AppTestClass.php')
-rwxr-xr-xserver/Test/AppTestClass.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php
index eaea7f6..d8a02ca 100755
--- a/server/Test/AppTestClass.php
+++ b/server/Test/AppTestClass.php
@@ -65,7 +65,7 @@ class AppTest{
break;
case "FloatingIp":
if($this->tokenPost == NULL) $this->tokenClass->genNetworkToken();
- $opt = $this->tokenClass->getOptions($service);
+ $opt = $this->tokenClass->getOptions('Network');
return $this->openstack->networkingV2ExtLayer3($opt);
break;
}