From a5613edfefd6bebfb13d725528bf663ac35d9eed Mon Sep 17 00:00:00 2001 From: Bob Thompson Date: Tue, 16 Jul 2013 14:16:16 -0400 Subject: [PATCH 3/3] Issue LIBCLOUD-364: Added Ubuntu Linux 12.04 to ElasticHosts. --- libcloud/compute/drivers/elastichosts.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libcloud/compute/drivers/elastichosts.py b/libcloud/compute/drivers/elastichosts.py index ea801ee..01ab5ca 100644 --- a/libcloud/compute/drivers/elastichosts.py +++ b/libcloud/compute/drivers/elastichosts.py @@ -89,6 +89,12 @@ STANDARD_DRIVES = { 'size_gunzipped': '1GB', 'supports_deployment': True, }, + '62f512cd-82c7-498e-88d8-a09ac2ef20e7': { + 'uuid': '62f512cd-82c7-498e-88d8-a09ac2ef20e7', + 'description': 'Ubuntu Linux 12.04', + 'size_gunzipped': '1GB', + 'supports_deployment': True, + }, 'b9d0eb72-d273-43f1-98e3-0d4b87d372c0': { 'uuid': 'b9d0eb72-d273-43f1-98e3-0d4b87d372c0', 'description': 'Windows Web Server 2008', -- 1.8.1.msysgit.1