Re: [jclouds/jclouds] JCLOUDS-1323: use security group names in openstack nova template options (#1128)

2017-08-07 Thread Andrea Turli
andreaturli commented on this pull request. > for (String securityGroupName : templateOptions.getGroups()) { - checkNotNull(novaApi.getSecurityGroupApi(region).get().get(securityGroupName), "security group %s doesn't exist", securityGroupName); +

Re: [jclouds/jclouds] JCLOUDS-1323: use security group names in openstack nova template options (#1128)

2017-08-07 Thread Andrea Turli
@andreaturli pushed 1 commit. 9d7f729 fix NovaComputeServiceExpectTest -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds/pull/1128/files/69ded18e0f13f1b77d04d8d83225930561b11330..9d7f729be91d0973352ccbf758ccc30a38612001

Re: [jclouds/jclouds] JCLOUDS-1323: use security group names in openstack nova template options (#1128)

2017-08-07 Thread Ignasi Barrera
nacx approved this pull request. > for (String securityGroupName : templateOptions.getGroups()) { - checkNotNull(novaApi.getSecurityGroupApi(region).get().get(securityGroupName), "security group %s doesn't exist", securityGroupName); +

Re: [jclouds/jclouds] JCLOUDS-1322: Remove Expect header for requests with empty body (#1120)

2017-08-07 Thread Chaithanya Ganta
@andrewgaul Currently, I don't have any performance numbers with me. As I have mentioned before, we were comparing the no. of requests being made for a multi-part upload using S3Proxy vs using Azure directly, where I've encountered this redundant request and raised the PR to fix the same. --

Build failed in Jenkins: jclouds #3624

2017-08-07 Thread jenkins-no-reply
See Changes: [Andrew Gaul] Handle HTTP 429 in google-cloud-storage -- [...truncated 4.28 MB...] [JENKINS] Archiving

Jenkins build is back to normal : jclouds #3625

2017-08-07 Thread jenkins-no-reply
See

Jenkins build is back to normal : jclouds » jclouds Google Cloud Storage provider #3625

2017-08-07 Thread jenkins-no-reply
See

Build failed in Jenkins: jclouds » jclouds Google Cloud Storage provider #3624

2017-08-07 Thread jenkins-no-reply
See Changes: [Andrew Gaul] Handle HTTP 429 in google-cloud-storage -- [INFO]

Re: [jclouds/jclouds] JCLOUDS-1323: use security group names in openstack nova template options (#1128)

2017-08-07 Thread Svet
neykov commented on this pull request. > for (String securityGroupName : templateOptions.getGroups()) { - checkNotNull(novaApi.getSecurityGroupApi(region).get().get(securityGroupName), "security group %s doesn't exist", securityGroupName); +