summaryrefslogtreecommitdiff
path: root/cloudinit/ec2_utils.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-03-20 08:34:19 -0400
committerScott Moser <smoser@ubuntu.com>2013-03-20 08:34:19 -0400
commitab71760d7e127ae9a3cf31a4f6d7600c945f0dd7 (patch)
treeae17f55dc98add161029c4ff1c149b06cff1c294 /cloudinit/ec2_utils.py
parentc49b92e2e1f32cbb32c856ba246ef97026318dbf (diff)
downloadvyos-cloud-init-ab71760d7e127ae9a3cf31a4f6d7600c945f0dd7.tar.gz
vyos-cloud-init-ab71760d7e127ae9a3cf31a4f6d7600c945f0dd7.zip
pep8
Diffstat (limited to 'cloudinit/ec2_utils.py')
-rw-r--r--cloudinit/ec2_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/ec2_utils.py b/cloudinit/ec2_utils.py
index 5fa8c5ad..fcd511c5 100644
--- a/cloudinit/ec2_utils.py
+++ b/cloudinit/ec2_utils.py
@@ -28,7 +28,7 @@ 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
+# TODO(harlowja): 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...