mirror of https://github.com/apache/cloudstack.git
bug 11889: Revert earlier commit. use sshkeypair instead of keypair in API response
status 11889: resolved fixed reviewed-by: Nitin
This commit is contained in:
parent
c15dbd561a
commit
601ce4ca62
|
|
@ -71,7 +71,7 @@ public class ListSSHKeyPairsCmd extends BaseListCmd {
|
|||
List<SSHKeyPairResponse> responses = new ArrayList<SSHKeyPairResponse>();
|
||||
for (SSHKeyPair result : resultList) {
|
||||
SSHKeyPairResponse r = new SSHKeyPairResponse(result.getName(), result.getFingerprint());
|
||||
r.setObjectName("keypair");
|
||||
r.setObjectName("sshkeypair");
|
||||
responses.add(r);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue