This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 1a403f1a9d2 open up extra-config to all users (#9422)
1a403f1a9d2 is described below
commit 1a403f1a9d23395b413ff2adb2e5307dccb9773b
Author: dahn <[email protected]>
AuthorDate: Wed Aug 21 23:54:35 2024 -0700
open up extra-config to all users (#9422)
---
.../java/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/api/src/main/java/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
b/api/src/main/java/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
index 4527e152f18..1660255979a 100644
---
a/api/src/main/java/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
+++
b/api/src/main/java/org/apache/cloudstack/api/command/user/vm/UpdateVMCmd.java
@@ -143,7 +143,7 @@ public class UpdateVMCmd extends BaseCustomIdCmd implements
SecurityGroupAction,
+ " Example:
dhcpoptionsnetworklist[0].dhcp:114=url&dhcpoptionsetworklist[0].networkid=networkid&dhcpoptionsetworklist[0].dhcp:66=www.test.com")
private Map dhcpOptionsNetworkList;
- @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)
+ @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)
private String extraConfig;
/////////////////////////////////////////////////////