1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Fix syntax error

(cherry picked from commit eaa2380fca57d5475865721f7a5a2a2d02fe8161)
This commit is contained in:
Tino Vazquez 2014-11-18 12:55:21 +01:00
parent ab7b13b664
commit 3d6711bec4

View File

@ -423,7 +423,7 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
when "ec2"
nic["IP"] = vm_tmplt['IP_ADDRESS'] if vm_tmplt['IP_ADDRESS']
when "azure"
nic["IP"]P = vm_tmplt['IPADDRESS'] if vm_tmplt['IPADDRESS']
nic["IP"] = vm_tmplt['IPADDRESS'] if vm_tmplt['IPADDRESS']
when "softlayer"
nic["IP"] = vm_tmplt['PRIMARYIPADDRESS'] if vm_tmplt['PRIMARYIPADDRESS']
else