----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8546/ -----------------------------------------------------------
Review request for cloudstack and Alena Prokharchyk. Description ------- Update the TemplateResponse by adding 'sshkeyenabled' attribute to it. This attribute is set to the value that the user passes as input for parameter 'sshkeyenabled' while registering the template. This addresses bug CLOUDSTACK-614. Diffs ----- api/src/com/cloud/api/response/TemplateResponse.java 5c3d339 server/src/com/cloud/api/ApiResponseHelper.java ebe8415 Diff: https://reviews.apache.org/r/8546/diff/ Testing ------- Called API command=listTemplates&listall=true&templatefilter=featured The JSON response contained a boolean SSH related attribute called 'sshkeyenabled' which mentioned if the template is SSH enabled or not. Thanks, Likitha Shetty