Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-703

Google Hardware no longer supports images

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.8.0
    • 1.8.1, 2.0.0
    • jclouds-labs-google
    • None
    • Java 1.8

    Description

      All Google hardware now has the AlwaysFalse predicate for supportsImage().

      This seems to be because the response for MachineType is missing a value for "imageSpaceGb", which gets assigned 0 in the MachineType class and this results in the AlwaysFalse predicate.

      Current example machine type return taken from a response to GET https://www.googleapis.com/compute/v1/projects/project/zones/zone/machineTypes:

      {
         "kind": "compute#machineType",
         "id": "7224129552184485774",
         "creationTimestamp": "2013-04-25T13:32:45.550-07:00",
         "name": "g1-small",
         "description": "1 vCPU (shared physical core) and 1.7 GB RAM",
         "guestCpus": 1,
         "memoryMb": 1740,
         "maximumPersistentDisks": 4,
         "maximumPersistentDisksSizeGb": "3072",
         "zone": "europe-west1-a",
         "selfLink": "https://www.googleapis.com/compute/v1/projects/cold-front/zones/europe-west1-a/machineTypes/g1-small"
        }
      

      Attachments

        Activity

          People

            ccustine Chris Custine
            hendrens Stuart Hendren
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: