rhtyd commented on a change in pull request #3042: Allow password enabled for 
iso (#2745)
URL: https://github.com/apache/cloudstack/pull/3042#discussion_r236004763
 
 

 ##########
 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:
   @anuragaw don't see your new commit yet

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to