[jira] [Commented] (JCLOUDS-786) Remove old swift api

2015-10-08 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949807#comment-14949807 ] Andrew Gaul commented on JCLOUDS-786: - I tested SoftLayer using the modern openstack-

[jira] [Updated] (JCLOUDS-1013) Cannot find FloatingIPAPI nova extension against devstack

2015-10-08 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zack Shoylev updated JCLOUDS-1013: -- Description: Using devstack Nova API not returning FloatingIPApi even though the ExtensionApi

[jira] [Updated] (JCLOUDS-1013) Cannot find FloatingIPAPI nova extension against devstack

2015-10-08 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zack Shoylev updated JCLOUDS-1013: -- Description: Using devstack Nova API not returning FloatingIPApi even though the ExtensionApi

[jira] [Updated] (JCLOUDS-1013) Cannot find FloatingIPAPI nova extension against devstack

2015-10-08 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zack Shoylev updated JCLOUDS-1013: -- Description: Using devstack Nova API not returning FloatingIPApi even though the ExtensionApi

[jira] [Created] (JCLOUDS-1013) Cannot find FloatingIPAPI nova extension against devstack

2015-10-08 Thread Zack Shoylev (JIRA)
Zack Shoylev created JCLOUDS-1013: - Summary: Cannot find FloatingIPAPI nova extension against devstack Key: JCLOUDS-1013 URL: https://issues.apache.org/jira/browse/JCLOUDS-1013 Project: jclouds

Re: [jclouds] JCLOUDS-1008: Add @Encoded annotation. (#861)

2015-10-08 Thread Timur Alperovich
No problem -- the original approach was still not quite right, as I used @encoded to indicate that a parameter should be encoded, rather than it was previously encoded. I reworked it to be inline with the ```javax.ws.rs.Encoded``` documentation above. Let me know if it still doesn't make sense!

Re: [jclouds-examples] Adds an example of using CloudFiles with ServiceNet. (#84)

2015-10-08 Thread Zack Shoylev
merged --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/84#issuecomment-146616527

Re: [jclouds-examples] Adds an example of using CloudFiles with ServiceNet. (#84)

2015-10-08 Thread Zack Shoylev
Closed #84. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/84#event-430538621

[jclouds-examples] Adds an example of using CloudFiles with ServiceNet. (#84)

2015-10-08 Thread Zack Shoylev
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-examples/pull/84 -- Commit Summary -- * Adds an example of using CloudFiles with ServiceNet. -- File Changes -- M rackspace/src/main/java/org/jclouds/examples/rackspace/SmokeTest.java (2

Re: [jclouds-labs] support docker api v1.18 (#174)

2015-10-08 Thread Jakub Bartecek
@nacx As for me you can merge it --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/174#issuecomment-146563487

Re: [jclouds-labs] [JCLOUDS-1010] use a lightweight image as a base for Docker build test (#208)

2015-10-08 Thread Josef Cacek
> > -# SSH login fix. Otherwise user is kicked off after login > -RUN sed 's@session\s*required\s*pam_loginuid.so@session optional > pam_loginuid.so@g' -i /etc/pam.d/sshd > +FROM alpine:3.2 > +MAINTAINER JClouds Dev fixed On Thu, Oct 8, 2015 at 11:47 AM, Ignasi Barrera wrote: > In docker/sr

Re: [jclouds-labs] [JCLOUDS-1010] use a lightweight image as a base for Docker build test (#208)

2015-10-08 Thread Ignasi Barrera
> > -# SSH login fix. Otherwise user is kicked off after login > -RUN sed 's@session\s*required\s*pam_loginuid.so@session optional > pam_loginuid.so@g' -i /etc/pam.d/sshd > +FROM alpine:3.2 > +MAINTAINER JClouds Dev [minor] Change to `d...@jclouds.apache.org` --- Reply to this email directly

Re: [jclouds-labs] [JCLOUDS-1010] use a lightweight image as a base for Docker build test (#208)

2015-10-08 Thread Ignasi Barrera
lgtm. Thanks @kwart! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/208#issuecomment-146476369

[jira] [Commented] (JCLOUDS-1010) Test Dockerfile: Consider using DropBear in Busybox instead of OpenSSH in Ubuntu

2015-10-08 Thread Josef Cacek (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948358#comment-14948358 ] Josef Cacek commented on JCLOUDS-1010: -- PR sent: https://github.com/jclouds/jclouds

[jclouds-labs] [JCLOUDS-1010] use a lightweight image as a base for Docker build test (#208)

2015-10-08 Thread Josef Cacek
JIRA: https://issues.apache.org/jira/browse/JCLOUDS-1010 To limit bandwidth during running Docker provider live tests a lightweight image is used. The originally used Ubuntu image with OpenSSH server was replaced by Alpine Linux with dropbear SSH server. You can view, comment on, or merge this p