summaryrefslogtreecommitdiff
path: root/server/core/App.php
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-04-21 21:51:46 +0200
committerYoggzo <yogg@epsina.com>2016-04-21 21:51:46 +0200
commit3f6af0b6446725462362de94f09daf9a723b130d (patch)
tree2cae5a13c6bd98a236ac147d5e8c7572017af27f /server/core/App.php
parent94ce37f5175eb6f528d5ad29a446c04d981628f1 (diff)
modification in structure for ip and routers
Diffstat (limited to 'server/core/App.php')
-rwxr-xr-xserver/core/App.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/App.php b/server/core/App.php
index a4be6ec..32ad016 100755
--- a/server/core/App.php
+++ b/server/core/App.php
@@ -64,7 +64,7 @@ class App{
$opt = $this->tokenClass->getOptions($service);
return $this->openstack->computeV2($opt);
break;
- case "FloatingIp":
+ case "NetworkLayer3":
if($this->tokenPost == NULL) $this->tokenClass->genNetworkToken();
$opt = $this->tokenClass->getOptions('Network');
return $this->openstack->networkingV2ExtLayer3($opt);