anuragaw commented on a change in pull request #3042: Allow password enabled
for iso (#2745)
URL: https://github.com/apache/cloudstack/pull/3042#discussion_r235892793
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/iso/RegisterIsoCmd.java
##########
@@ -177,6 +182,10 @@ public boolean isDirectDownload() {
return directDownload == null ? false : directDownload;
}
+ public Boolean isPasswordEnabled() {
+ return passwordEnabled;
Review comment:
Thanks for the reviews @rhtyd , @rafaelweingartner. I'm fixing this and
pushing a new commit.
----------------------------------------------------------------
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