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

Error in GCE driver in ex_create_multiple_nodes function

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Compute

    Description

      If I use the ex_create_multiple_nodes to create a set of nodes in the GCE compute driver I get this error:

      File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 4644, in ex_create_multiple_nodes
      self._multi_create_node(status, node_attrs)
      File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 7633, in _multi_create_node
      ex_automatic_restart=node_attrs['ex_automatic_restart'])
      File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 7533, in _create_node_req
      nic_gce_struct=ex_nic_gce_struct, use_selflinks=use_selflinks)
      File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 4058, in _create_instance_properties
      is_boot=True, use_selflinks=use_selflinks)]
      File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 4198, in _build_disk_gce_struct
      obj=disk_type, get_selflinks=use_selflinks, objname='disktype')
      File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 4241, in _get_selflink_or_name
      obj = getobj(obj)
      File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 6517, in ex_get_disktype
      request = '/zones/%s/diskTypes/%s' % (zone.name, name)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              micafer Miguel Caballer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: