mirror of https://github.com/apache/cloudstack.git
fix build on master
This commit is contained in:
parent
592df450c2
commit
6b6577d5e9
|
|
@ -2183,7 +2183,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
|||
throw new CloudRuntimeException("Unable to assign Vm to the group " + group);
|
||||
}
|
||||
|
||||
_networkGroupMgr.addInstanceToGroups(vm.getId(), cmd.getSecurityGroupIdList());
|
||||
_networkGroupMgr.addInstanceToGroups(vm.getId(), securityGroupIdList);
|
||||
|
||||
return vm;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue