dustin oberloh created LIBCLOUD-630:
---------------------------------------

             Summary: Linode actions are failing 
                 Key: LIBCLOUD-630
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-630
             Project: Libcloud
          Issue Type: Bug
    Affects Versions: 0.15.1
         Environment: Max OSX
            Reporter: dustin oberloh
            Priority: Blocker


This might be due to a possible api change on their end. The issues I have seen 
so far are blocking the deployment of nodes. It seems as though it could be a 
fairly easy fix... But I cant debug this because ipv6 is not turned on where I 
am at and api calls are timing out.

When listing nodes:

File 
"/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/linode.py", 
line 115, in list_nodes 
    return self._to_nodes(data) 
  File 
"/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/linode.py", 
line 524, in _to_nodes 
    lid = ip["LINODEID"] 
KeyError: 'LINODEID' 

When selecting node locations:

File 
"/usr/local/lib/python2.7/dist-packages/helix/providers/linode_provider.py", 
line 117, in pick_instance_location 
    locations = self.local_driver.list_locations() 
  File 
"/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/linode.py", 
line 443, in list_locations 
    if "USA" in dc["LOCATION"]: 
KeyError: 'LOCATION'

Im sure there are more problems but this is just what i have seen so far. 



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

Reply via email to