summaryrefslogtreecommitdiff
path: root/cloudinit/ec2_utils.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-03-19 15:55:58 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-03-19 15:55:58 -0700
commit1c88411ed2692f2dacb0c6e15f27b8dca64e7089 (patch)
tree8e7629583842025dd4483446353e217ba2156cd3 /cloudinit/ec2_utils.py
parent20a2d9961697fbd6ef0e74cd3770b6601b141bcd (diff)
downloadvyos-cloud-init-1c88411ed2692f2dacb0c6e15f27b8dca64e7089.tar.gz
vyos-cloud-init-1c88411ed2692f2dacb0c6e15f27b8dca64e7089.zip
Add doc about issue 1401 in boto.
Diffstat (limited to 'cloudinit/ec2_utils.py')
-rw-r--r--cloudinit/ec2_utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cloudinit/ec2_utils.py b/cloudinit/ec2_utils.py
index 29393ce1..175f96aa 100644
--- a/cloudinit/ec2_utils.py
+++ b/cloudinit/ec2_utils.py
@@ -28,6 +28,10 @@ import boto.utils as boto_utils
# would have existed) do not exist due to the blocking
# that occurred.
+# TODO: https://github.com/boto/boto/issues/1401
+# When boto finally moves to using requests, we should be able
+# to provide it ssl details, it does not yet, so we can't provide them...
+
def _unlazy_dict(mp):
if not isinstance(mp, (dict)):