Uploaded image for project: 'Libcloud'
  1. Libcloud
  2. LIBCLOUD-630

Linode actions are failing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Won't Fix
    • 0.15.1
    • None
    • None
    • Max OSX

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ddoberloh dustin oberloh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: