[jira] [Created] (LIBCLOUD-824) ELB API Signature Requirement v4

2016-05-27 Thread Tobias Paepke (JIRA)
Tobias Paepke created LIBCLOUD-824:
--

 Summary: ELB API Signature Requirement v4
 Key: LIBCLOUD-824
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-824
 Project: Libcloud
  Issue Type: Bug
  Components: LoadBalancer
Reporter: Tobias Paepke


At least the region eu-central-1 does not support Signature Version 2.
At 
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/using-query-api.html
 is stated that newer applications should support Version 4 as the standard 
signing.

I've fixed it on my local codebase and due to contribution guidelines I'm 
preparing a pull request with this issue. As it is my first pull request to 
this project I hope I have followed all guidelines.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (LIBCLOUD-971) wait_until_running error when empty ip addresses

2017-12-20 Thread Tobias Paepke (JIRA)
Tobias Paepke created LIBCLOUD-971:
--

 Summary: wait_until_running error when empty ip addresses
 Key: LIBCLOUD-971
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-971
 Project: Libcloud
  Issue Type: Bug
  Components: Compute
Affects Versions: 0.13.3
Reporter: Tobias Paepke
Priority: Minor


wait_until_running leads to an libcloud error if no valid ip address was 
provided by list_nodes. This happens in our setup especially if the node is 
running, but has no valid ip address assigned via dhcp.
The function should retry to get a valid ip address until the timeout is 
reached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)