diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-19 14:06:21 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-19 14:06:21 -0700 |
commit | 7c9bbbc9b49425e3ba8e0517908477c58ea51d4b (patch) | |
tree | 1c21d521b299f5ac29a5f83855cb976eba44ed0e /Requires | |
parent | 914c6e86f1689ae186a0db836e7f0304d72c38b4 (diff) | |
download | vyos-cloud-init-7c9bbbc9b49425e3ba8e0517908477c58ea51d4b.tar.gz vyos-cloud-init-7c9bbbc9b49425e3ba8e0517908477c58ea51d4b.zip |
Remove the need for boto just for fetching the
userdata and metadata. Add in this crawling functionality
to the ec2_utils module that will fully crawl (not lazily)
the ec2 metadata and parse it in the same manner as boto.
1. Make the ec2 datasource + cloudstack now call into these.
2. Fix phone_home due to urllib3 change (TBD)
Diffstat (limited to 'Requires')
-rw-r--r-- | Requires | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -10,11 +10,6 @@ PrettyTable # datasource is removed, this is no longer needed oauth -# This is used to fetch the ec2 metadata into a easily -# parseable format, instead of having to have cloud-init perform -# those same fetchs and decodes and signing (...) that ec2 requires. -boto - # This is only needed for places where we need to support configs in a manner # that the built-in config parser is not sufficent (ie # when we need to preserve comments, or do not have a top-level |