diff options
| author | Yoggzo <yogg@epsina.com> | 2016-04-21 21:51:46 +0200 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-04-21 21:51:46 +0200 |
| commit | 3f6af0b6446725462362de94f09daf9a723b130d (patch) | |
| tree | 2cae5a13c6bd98a236ac147d5e8c7572017af27f /server/core/App.php | |
| parent | 94ce37f5175eb6f528d5ad29a446c04d981628f1 (diff) | |
modification in structure for ip and routers
Diffstat (limited to 'server/core/App.php')
| -rwxr-xr-x | server/core/App.php | 2 |
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);
|
