[jclouds/jclouds-labs-openstack] Replace ${project.version} by ${project.parent.version} (#207)

2016-09-29 Thread Olivier Lemasle
Even if usually the project and its parent have the same version, dependencies are resolved using parent POM, so all internal dependencies should use the parent version (that's the case for all other dependencies in the project). You can view, comment on, or merge this pull request online at:

Re: [jclouds/jclouds-labs] Pb compute api (#292)

2016-09-29 Thread Matt Baldwin
@devcsrj *nudge* ;) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/292#issuecomment-250526210

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-09-29 Thread alibazlamit
@alibazlamit pushed 1 commit. aca7df7 removed test code -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/322/files/9c841b62561498d85e06293144f9047667c7d0b1..aca7df70084a65595429a154da481f7146f9fb7e

Re: [jclouds/jclouds-labs] Pb compute api (#292)

2016-09-29 Thread alibazlamit
please rebuild -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/292#issuecomment-250452726

Re: [jclouds/jclouds-labs] Pb compute api (#292)

2016-09-29 Thread alibazlamit
rebuild please -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/292#issuecomment-250452632

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-09-29 Thread alibazlamit
@alibazlamit pushed 1 commit. 9c841b6 minor change in mock tests -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/322/files/a8d4f7506e1e1c47a0343030f8deccb48a7775a0..9c841b62561498d85e06293144f9047667c7d0b1

[jira] [Commented] (JCLOUDS-1181) oneandone-vpn-api

2016-09-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15532596#comment-15532596 ] ASF subversion and git services commented on JCLOUDS-1181: -- Commit

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest (#323)

2016-09-29 Thread Andrea Turli
Thx @nacx! Not got to the bottom of it, but if I specify the default creds for the images, the test that tries to override them fail! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-labs] Fix AzureTemplateBuilderLiveTest (#323)

2016-09-29 Thread Ignasi Barrera
@andreaturli Looks good. Once thing though: you might need to set [these properties](https://github.com/jtjk/jclouds-labs/pull/5/files#diff-40dee6156218fbe467914a6576b89080R73) too so jclouds configures those credentials in case users don't provide any credential. Sounds good? Also the changes