[jclouds/jclouds] Fix Issue with flavor creation by making links nullable (#972)

2016-06-18 Thread arvindn05
Fix issue with flavor creation https://issues.apache.org/jira/browse/JCLOUDS-1126 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/972 -- Commit Summary -- * Make links nullable -- File Changes -- M apis/openstack-keystone/src/ma

Re: [jclouds/jclouds-labs] ProfitBricks Compute API (#268)

2016-06-18 Thread alibazlamit
@alibazlamit pushed 7 commits. 624b306 Profitbricks REST - LAN API 0de72b3 Added ServerInDataCenter c4195e3 Added VolumeProvisoningStatusPredicate and ServerAvaiblablePredicate c96999b pb-ipblock-api 3230276 Merge branch 'pb-ipblock-api' into pb-compute-api 29e6d94 Merged from IpBlockApi bra

Re: [jclouds/jclouds-labs-openstack] Added LogDelivery (#205)

2016-06-18 Thread n3llino
@n3llino pushed 1 commit. 2f1cc41 Changed type to primitive since not nullable --- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/205/files/7c9f2eed21802e0cc7d745ae6aeec273f4319dc8..2f1cc41a209b5f77925ba

Re: [jclouds/jclouds-labs] JCLOUDS-1005: Retry on 500 and 503 errors (#289)

2016-06-18 Thread Andrew Gaul
This reference explains retries: https://www.backblaze.com/b2/docs/integration_checklist.html A follow-on commit will reuse the authorization token as suggested. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://githu

[jclouds/jclouds-labs] JCLOUDS-1005: Retry on 500 and 503 errors (#289)

2016-06-18 Thread Andrew Gaul
This requires rewriting the URL for `b2_upload_file` and `b2_upload_part` requests. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/289 -- Commit Summary -- * JCLOUDS-1005: Retry on 500 and 503 errors -- File Changes -- M b2/