mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3777: IndexOutOfBoundsException while adding Cisco VNMc provider on a upgraded setup
Isolation methods may not always be present for a physical network. So not using it while adding VNMC appliance
This commit is contained in:
parent
5dd1116402
commit
d1c8822893
|
|
@ -550,7 +550,6 @@ public class CiscoVnmcElement extends AdapterBase implements SourceNatServicePro
|
|||
params.put("ip", cmd.getHost());
|
||||
params.put("username", cmd.getUsername());
|
||||
params.put("password", cmd.getPassword());
|
||||
params.put("transportzoneisotype", physicalNetwork.getIsolationMethods().get(0).toLowerCase()); // FIXME What to do with multiple isolation types
|
||||
|
||||
Map<String, Object> hostdetails = new HashMap<String,Object>();
|
||||
hostdetails.putAll(params);
|
||||
|
|
|
|||
Loading…
Reference in New Issue