[jclouds-labs] JCLOUDS-951: Remove inheritance in ProfitBrick's AutoValue classes (#210)

2015-10-10 Thread Reijhanniel Jearl Campos
Continuing from the ProfitBricks adapter progress left 3 months ago, here's a PR for [JCLOUDS-951](https://issues.apache.org/jira/browse/JCLOUDS-951). - Inheritance-based domain classes removed - Now using `@AutoValue.Builder` (ausuum) - Added missed validations on some domain classes You can vie

Re: [jclouds-labs] JCLOUDS-1014: Make the login port lookup function configurable (#209)

2015-10-10 Thread Ignasi Barrera
As said in the conversation copied in the jira issue, there are cases where there is no network info in the container details. If the network mode is host, that's the only info you get, but in that case the port 22 might be taken by the host itself, so it won't be available to the container. So

Re: [jclouds-labs] JCLOUDS-1014: Make the login port lookup function configurable (#209)

2015-10-10 Thread Andrea Turli
@nacx not sure I get the purpose of this feature: the login port like any other ports depends on the docker engine, specifically the network type, and it is not a feature of an image. Am I missing something? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jcloud

[jclouds] JCLOUDS-1012 fix (#865)

2015-10-10 Thread John McDonnell
AS per JCLOUDS-1012 project and projectId parameters are not supported. This commits adds the 2 parameters to the usage response. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/865 -- Commit Summary -- * AS per JCLOUDS-1012 project a