----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8546/ -----------------------------------------------------------
(Updated Jan. 9, 2013, 6:31 a.m.) Review request for cloudstack, Alena Prokharchyk and Min Chen. Changes ------- This patch is based on the latest master code. 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 (updated) ----- api/src/org/apache/cloudstack/api/response/TemplateResponse.java f6f74da server/src/com/cloud/api/ApiResponseHelper.java 37be83e 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