Hi guys,

This patch will add the ability to create images from instance.

EC2:
  - Requirements: Linux instance, EBS root, RUNNING state
  - Image is created immediately, can be listed in /images?owner_id=YOUR_AWS_ID
  - Image reports status (PENDING, UP)
  * BLOCKER: Unfortunately, last version bump doesn't include my changes
             to AWS gem, which add root_device_type and create_image() call.
             So for now you need AWS 'master' branch gem in order to test
             this patch.
             You can grab it for now here: http://mifo.sk/tmp/aws-2.4.4.gem

Rackspace:
  - Requirements: RUNNING state
  - It take some time to create an image, during this time the image
    is not accesible via API (so you can't pool for status)
  - After creation, image appears in images list
  * BLOCKER: None

GoGrid:
  - Requirements: Sandbox instance, RUNNING state
  * BLOCKER: Add image.save call here (not working at this time)

Mock:
  - Requirements: None
  - You can create image from any instance
  - If you already have some instances, you need to update Mock
    data.
  * BLOCKER: None

  -- Michal

Reply via email to