mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-27 14:03:40 +03:00
feature #3848: Fix OCA Java
This commit is contained in:
parent
4b9f4ed1ea
commit
b32eb08949
@ -113,10 +113,9 @@ public class Host extends PoolElement{
|
|||||||
Client client,
|
Client client,
|
||||||
String hostname,
|
String hostname,
|
||||||
String im,
|
String im,
|
||||||
String vmm,
|
String vmm)
|
||||||
String vnm)
|
|
||||||
{
|
{
|
||||||
return allocate(client, hostname, im, vmm, vnm, -1);
|
return allocate(client, hostname, im, vmm, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user