Updated Branches: refs/heads/0.13.x de0559a84 -> 2fe10abfd refs/heads/trunk 51bb4f25f -> 67d60d021
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/faf5503e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/faf5503e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/faf5503e Branch: refs/heads/trunk Commit: faf5503ee59b1c41ece23ecddb6002840d04e02a Parents: 51bb4f2 Author: Bob Thompson <[email protected]> Authored: Tue Jul 16 14:16:16 2013 -0400 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jul 17 23:36:59 2013 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/elastichosts.py | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/faf5503e/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',
