Skip to content

Commit badb526

Browse files
author
Dingane Hlaluku
committed
Extended to normal users with restrictions set by Root Admin
1 parent caaf8d9 commit badb526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public class DeployVMCmd extends BaseAsyncCreateCustomIdCmd implements SecurityG
199199
" an optional parameter used to create additional data disks from datadisk templates; can't be specified with diskOfferingId parameter")
200200
private Map dataDiskTemplateToDiskOfferingList;
201201

202-
@Parameter(name = ApiConstants.EXTRA_CONFIG, type = CommandType.STRING, since = "4.12", description = "an optional URL encoded string that can be passed to the virtual machine upon successful deployment", authorized = { RoleType.Admin }, length = 5120)
202+
@Parameter(name = ApiConstants.EXTRA_CONFIG, type = CommandType.STRING, since = "4.12", description = "an optional URL encoded string that can be passed to the virtual machine upon successful deployment", length = 5120)
203203
private String extraConfig;
204204

205205
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)