The keyword argument in listSSHKeyPairs is ignored, causing the search in the UI not to work.
- The command doesn't specify it as parameter despite it being documented:
|
public class ListSSHKeyPairsCmd extends BaseListProjectAndAccountResourcesCmd { |
- Seems like it should be added as criteria here:
|
if (fingerPrint != null) { |
- Just like:
The
keywordargument inlistSSHKeyPairsis ignored, causing the search in the UI not to work.cloudstack/api/src/main/java/org/apache/cloudstack/api/command/user/ssh/ListSSHKeyPairsCmd.java
Line 36 in 1d05fea
cloudstack/server/src/main/java/com/cloud/server/ManagementServerImpl.java
Line 3665 in 1fa4f10
cloudstack/server/src/main/java/com/cloud/api/query/QueryManagerImpl.java
Line 1194 in 1fa4f10