Skip to content

Commit de53cd1

Browse files
committed
CLOUDSTACK-9203 refactorred DeployVM code to be used by UpdateVM as well
Conflicts: api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
1 parent 3390d79 commit de53cd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/src/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ public class UpdateVMCmd extends BaseCustomIdCmd implements SecurityGroupAction
104104
type = CommandType.LIST,
105105
collectionType = CommandType.UUID,
106106
entityType = SecurityGroupResponse.class,
107-
description = "list of security group ids to be applied on the virtual machine.")
107+
description = "list of security group ids to be applied on the virtual machine. " +
108+
"In case no security groups are provided the VM is part of the default security group."
109+
)
108110
private List<Long> securityGroupIdList;
109111

110112
@ACL

0 commit comments

Comments
 (0)