mirror of https://github.com/apache/cloudstack.git
bug 7417: fixing the password return val issue for an iso
status 7417: resolved fixed
This commit is contained in:
parent
e19a27a59f
commit
495e85f452
|
|
@ -48,7 +48,7 @@ public class TemplateResponse extends BaseResponse {
|
|||
private boolean isReady;
|
||||
|
||||
@SerializedName("passwordenabled") @Param(description="true if the reset password feature is enabled, false otherwise")
|
||||
private boolean passwordEnabled;
|
||||
private Boolean passwordEnabled;
|
||||
|
||||
@SerializedName("format") @Param(description="the format of the template.")
|
||||
private ImageFormat format;
|
||||
|
|
|
|||
Loading…
Reference in New Issue