Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.0
Description
The subscriptions calculator methods fail due to method not allowed errors. See the following output of the live tests:
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