Issue LIBCLOUD-364: Added Ubuntu Linux 12.04 to ElasticHosts. Signed-off-by: Tomaz Muraus <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/abacf9cc Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/abacf9cc Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/abacf9cc Branch: refs/heads/0.13.2 Commit: abacf9cc4b944d6dcb5ab75812be68344888b842 Parents: 7532bbf Author: Bob Thompson <[email protected]> Authored: Tue Jul 16 14:16:16 2013 -0400 Committer: Tomaz Muraus <[email protected]> Committed: Fri Sep 13 15:18:26 2013 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/elastichosts.py | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/abacf9cc/libcloud/compute/drivers/elastichosts.py ---------------------------------------------------------------------- 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',
