diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-18 10:34:38 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-18 10:34:38 -0700 |
commit | 914c6e86f1689ae186a0db836e7f0304d72c38b4 (patch) | |
tree | 88e5d3aaa07af5acc6d01a22b6d9e47eacc11cf0 /Requires | |
parent | bdaa57bc5b8a75b0891673a7bb0a60c5b02beb7c (diff) | |
download | vyos-cloud-init-914c6e86f1689ae186a0db836e7f0304d72c38b4.tar.gz vyos-cloud-init-914c6e86f1689ae186a0db836e7f0304d72c38b4.zip |
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'.
Diffstat (limited to 'Requires')
-rw-r--r-- | Requires | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,3 +26,6 @@ pyyaml # The new main entrypoint uses argparse instead of optparse argparse + +# Urllib3 handles ssl correctly! +urllib3 |