anuragaw commented on a change in pull request #3042: Allow password enabled
for iso (#2745)
URL: https://github.com/apache/cloudstack/pull/3042#discussion_r236214758
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/iso/RegisterIsoCmd.java
##########
@@ -113,6 +113,11 @@
description = "true if ISO should bypass Secondary Storage and be
downloaded to Primary Storage on deployment")
private Boolean directDownload;
+ @Parameter(name = ApiConstants.PASSWORD_ENABLED,
+ type = CommandType.BOOLEAN,
+ description = "true if password reset feature is supported;
default is false")
+ private Boolean passwordEnabled;
Review comment:
Added this in the 3rd commit @rhtyd . This was also prohibiting adding tests
for update iso cmd in test_iso which works well now. Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services