[jira] [Created] (JCLOUDS-844) BlobStore PutOptions should include BlobAccess

2015-03-08 Thread Andrew Gaul (JIRA)
Andrew Gaul created JCLOUDS-844: --- Summary: BlobStore PutOptions should include BlobAccess Key: JCLOUDS-844 URL: https://issues.apache.org/jira/browse/JCLOUDS-844 Project: jclouds Issue Type: Ne

Re: [jclouds-labs-openstack] Poppy service api (#179)

2015-03-08 Thread Ignasi Barrera
> @@ -52,7 +53,7 @@ > @Consumes(MediaType.APPLICATION_JSON) > @Endpoint(CDN.class) > @RequestFilters(AuthenticateRequest.class) > - @Fallback(FalseOn500or503.class) > + @Fallback(PoppyFallbacks.FalseOn500or503orIOE.class) I've investigated a bit, and the issue you are facing is [J

[jira] [Assigned] (JCLOUDS-532) Potential for read on closed stream when handling HTTP 5xx errors

2015-03-08 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera reassigned JCLOUDS-532: -- Assignee: Ignasi Barrera > Potential for read on closed stream when handling HTTP 5xx

Re: [jclouds-labs] Profitbricks Drives API (#146)

2015-03-08 Thread Ignasi Barrera
Pushed to master as [e6305c26](https://git1-us-west.apache.org/repos/asf?p=jclouds-labs.git;a=commit;h=e6305c26). Thanks @jasminSPC! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/146#issuecomment-2187

Re: [jclouds-labs] Profitbricks IpBlock API (#141)

2015-03-08 Thread Ignasi Barrera
Pushed to master as [f5605dd4](https://git1-us-west.apache.org/repos/asf?p=jclouds-labs.git;a=commit;h=f5605dd4). Thanks @jasminSPC! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/141#issuecomment-2144

Re: [jclouds-labs] Profitbricks Snapshot api (#142)

2015-03-08 Thread Ignasi Barrera
Closed #142. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/142#event-248210507

Re: [jclouds-labs] Profitbricks Snapshot api (#142)

2015-03-08 Thread Ignasi Barrera
Pushed to amster as [47a5f5d0](https://git1-us-west.apache.org/repos/asf?p=jclouds-labs.git;a=commit;h=47a5f5d0). Thanks @jasminSPC! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/142#issuecomment-2116

Re: [jclouds-labs] [JCLOUDS-664] Fixing live test execution on Azure (#148)

2015-03-08 Thread Andrea Turli
Sure! 'mvn clean install -Plive -Dtest.azurecompute.endpoint=https://management.core.windows.net/341751b0-f348-45ce--41cc68b4b45f -Dtest.azurecompute.credential=password -Dtest.azurecompute.identity=/Users/andrea/.jclouds/azure.p12' I'm getting this [output](https://gist.githubusercontent

Re: [jclouds-labs] [JCLOUDS-664] Fixing live test execution on Azure (#148)

2015-03-08 Thread Francesco Chicchiriccò
Hi @andreaturli, could you please provide the whole live execution log (including command-line) and not just the tail? Thanks. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/148#issuecomment-77755377

Re: [jclouds-labs] [JCLOUDS-664] Fixing live test execution on Azure (#148)

2015-03-08 Thread Andrea Turli
Thanks @ilgrosso I've tried your PR using my azure account. Please find the result of my run [here](https://gist.github.com/andreaturli/0a206fa810d749563bc8) FYI I've started from a clean situation: no network, no cloudservice, no storage account. --- Reply to this email directly or view it on