Re: [jclouds/jclouds] Uses default password with conflictive characters (#1207)

2018-05-14 Thread Andrew Phillips
Thanks, Daniel! @nacx You probably have a bit more context with regard to the overall change - does this cover the cases that were discussed in the previous PR? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] Fixes Run SSH script for passwords with special characters (#1205)

2018-05-14 Thread Daniel Estévez
danielestevez commented on this pull request. > @@ -103,7 +103,7 @@ public void simpleRootTestWithSudoPassword() { expect(sshClient.getUsername()).andReturn("tester"); expect(sshClient.getHostAddress()).andReturn("somewhere.example.com"); expect( -

[jclouds/jclouds] Uses default password with conflictive characters (#1207)

2018-05-14 Thread Daniel Estévez
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1207 -- Commit Summary -- * Uses default password with conflictive characters -- File Changes -- M

Re: [jclouds/jclouds] Uses default password with conflictive characters (#1207)

2018-05-14 Thread Daniel Estévez
cc @demobox -- 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/pull/1207#issuecomment-388958574

Re: [jclouds/jclouds] Fixes Run SSH script for passwords with special characters (#1205)

2018-05-14 Thread Daniel Estévez
danielestevez commented on this pull request. > @@ -112,7 +112,8 @@ protected ExecResponse runCommand(String command) { public String execAsRoot(String command) { if (node.getCredentials().identity.equals("root")) { } else if (node.getCredentials().shouldAuthenticateSudo()) {

[jira] [Commented] (JCLOUDS-1132) Amazon AWS - Create Volume - query params reported as unrecognized

2018-05-14 Thread Felix Otto (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16474409#comment-16474409 ] Felix Otto commented on JCLOUDS-1132: - Thanks for your email. I'm out of office from May 5th until

[jira] [Commented] (JCLOUDS-1132) Amazon AWS - Create Volume - query params reported as unrecognized

2018-05-14 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16474406#comment-16474406 ] Aled Sage commented on JCLOUDS-1132: This still seems to be a problem for me with jclouds 2.1.0. I 

[jira] [Created] (JCLOUDS-1417) EC2 describeVolumes wrong when tags present

2018-05-14 Thread Aled Sage (JIRA)
Aled Sage created JCLOUDS-1417: -- Summary: EC2 describeVolumes wrong when tags present Key: JCLOUDS-1417 URL: https://issues.apache.org/jira/browse/JCLOUDS-1417 Project: jclouds Issue Type: Bug

Re: [jclouds/jclouds] Fixes Run SSH script for passwords with special characters (#1205)

2018-05-14 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -103,7 +103,7 @@ public void simpleRootTestWithSudoPassword() { expect(sshClient.getUsername()).andReturn("tester"); expect(sshClient.getHostAddress()).andReturn("somewhere.example.com"); expect( -sshClient.exec("sudo -S

Re: [jclouds/jclouds-site] JCLOUDS-1414: Keystone authentication improvment (#216)

2018-05-14 Thread Ignasi Barrera
Closed #216. -- 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-site/pull/216#event-1624206074

Re: [jclouds/jclouds-site] JCLOUDS-1414: Keystone authentication improvment (#216)

2018-05-14 Thread Ignasi Barrera
Merged and published. Thanks! -- 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-site/pull/216#issuecomment-388736278

[jira] [Commented] (JCLOUDS-1414) OpenStack Keystone V3: Support different "domain" for "identity/user" and "project"

2018-05-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16473909#comment-16473909 ] ASF subversion and git services commented on JCLOUDS-1414: -- Commit

Re: [jclouds/jclouds] JCLOUDS-1263: URL encode object names from list object response before creating URIs with them (#1084)

2018-05-14 Thread Timur Alperovich
@gaul I'd like to resurrect this PR and apologies for the delay. I think this is the right thing to do for Swift, as listings will return non-ASCII UTF-8 characters not URL encoded, but escaped as "\u". I'm curious if the same issue exists when listing the containers -- I'll look into that