mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #1691: Fix error during merge
This commit is contained in:
parent
12e7bb2ce6
commit
04a5fd2324
@ -26,6 +26,8 @@ import org.w3c.dom.Node;
|
||||
* It also offers static XML-RPC call wrappers.
|
||||
*/
|
||||
public class VirtualMachine extends PoolElement{
|
||||
private static final String METHOD_PREFIX = "vm.";
|
||||
|
||||
private static final String ALLOCATE = METHOD_PREFIX + "allocate";
|
||||
private static final String INFO = METHOD_PREFIX + "info";
|
||||
private static final String DEPLOY = METHOD_PREFIX + "deploy";
|
||||
|
Loading…
x
Reference in New Issue
Block a user