From 914c6e86f1689ae186a0db836e7f0304d72c38b4 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 18 Oct 2012 10:34:38 -0700 Subject: Start fixing how boto and our url fetching can not use ssl correctly (they can not do validation due to the underlying usage of urllib/httplib). Adjust to use urllib3 which can in cloud-init url fetching. For now also take the metadata/userdata extraction code from boto (small amount) and fix it in a new local file called 'ec2_utils'. --- Requires | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Requires') diff --git a/Requires b/Requires index 4f9311d5..b23dd4e9 100644 --- a/Requires +++ b/Requires @@ -26,3 +26,6 @@ pyyaml # The new main entrypoint uses argparse instead of optparse argparse + +# Urllib3 handles ssl correctly! +urllib3 -- cgit v1.2.3