Skip to content

Commit a5ebe20

Browse files
committed
fix description
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent db9add2 commit a5ebe20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/vm/UserVmManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4810,7 +4810,7 @@ protected String validateUserData(String userData, HTTPMethod httpmethod) {
48104810
}
48114811

48124812
@Override
4813-
@ActionEvent(eventType = EventTypes.EVENT_VM_CREATE, eventDescription = "starting Vm", async = true)
4813+
@ActionEvent(eventType = EventTypes.EVENT_VM_CREATE, eventDescription = "deploying Vm", async = true)
48144814
public UserVm startVirtualMachine(DeployVMCmd cmd) throws ResourceUnavailableException, InsufficientCapacityException, ConcurrentOperationException, ResourceAllocationException {
48154815
long vmId = cmd.getEntityId();
48164816
if (!cmd.getStartVm()) {

0 commit comments

Comments
 (0)