[
https://issues.apache.org/jira/browse/JCLOUDS-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14333380#comment-14333380
]
Giovanni Toraldo (ClouDesire) commented on JCLOUDS-825:
-------------------------------------------------------
```
Exception in thread "main"
com.google.common.util.concurrent.UncheckedExecutionException:
org.jclouds.rest.AuthorizationException: {"forbidden": {"message": "Quota
exceeded, too many key pairs.", "code": 403}}
```
> Rackspace fail with Keypairs quota exceeded (but it doesn't looks like a
> quota problem)
> ---------------------------------------------------------------------------------------
>
> Key: JCLOUDS-825
> URL: https://issues.apache.org/jira/browse/JCLOUDS-825
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-compute
> Affects Versions: 1.8.1
> Reporter: Giovanni Toraldo (ClouDesire)
>
> We are getting a strange error about keypairs over-quota on Rackspace when
> using the jclouds ComputeClient, however we are not really over quota and we
> can upload new keypairs via GUI, python-novaclient or jclouds NovaApi.
> We have two test case here:
> https://gist.github.com/manuelmazzuola/50384f80bb95851c30c3
> RackspaceKeyPairTest.java will always fail on our account (the stackstrace is
> below), using jclouds generic ComputeService;
> RackspaceKeyPairTest2.java don't fail and it use directly the rackspace
> driver (NovaApi).
> We also tried python-novaclient without any issue, so this looks like
> something related on how jclouds tried to create a new keypair on rackspace
> when using ComputeService.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)