Cleaned up the CloudSigma2 API:
* Removed the ComputeService view from the ApiMetadata (there is still no
ComputeService implementation).
* Enabled the tag live tests, as they are now passing again.
* Fixed the editProfileInfo live test.
@Kentzo, @shevchenator: I've executed all live tests and all of them are
passing again except the *testListSubscriptionsCalculator* one. It was working
a few days ago, but has started failing now. Are there any changes in the
server side that can have caused this? (Anyway, fixing that live test should be
done in a different PR, as it is unrelated to this one).
Caused by: org.jclouds.http.HttpResponseException: command: GET
https://lvs.cloudsigma.com/api/2.0/subscriptioncalculator/ HTTP/1.1 failed with
response: HTTP/1.1 405 METHOD NOT ALLOWED; content: []
at
org.jclouds.cloudsigma2.handlers.CloudSigmaErrorHandler.handleError(CloudSigmaErrorHandler.java:51)
... 31 more
Caused by: org.jclouds.http.HttpResponseException: command: GET
https://lvs.cloudsigma.com/api/2.0/subscriptioncalculator/ HTTP/1.1 failed with
response: HTTP/1.1 405 METHOD NOT ALLOWED; content: []
at
org.jclouds.cloudsigma2.handlers.CloudSigmaErrorHandler.handleError(CloudSigmaErrorHandler.java:51)
... 31 more
You can merge this Pull Request by running:
git pull https://github.com/nacx/jclouds-labs cloudsigma-cleanup
Or you can view, comment on it, or merge it online at:
https://github.com/jclouds/jclouds-labs/pull/38
-- Commit Summary --
* CloudSigma provider cleanup
-- File Changes --
M
cloudsigma2/src/main/java/org/jclouds/cloudsigma2/CloudSigma2ApiMetadata.java
(18)
M
cloudsigma2/src/main/java/org/jclouds/cloudsigma2/handlers/CloudSigmaErrorHandler.java
(7)
M
cloudsigma2/src/main/java/org/jclouds/cloudsigma2/options/PaginationOptions.java
(7)
M
cloudsigma2/src/test/java/org/jclouds/cloudsigma2/CloudSigma2ApiLiveTest.java
(149)
-- Patch Links --
https://github.com/jclouds/jclouds-labs/pull/38.patch
https://github.com/jclouds/jclouds-labs/pull/38.diff