diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-17 16:34:53 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-17 16:34:53 -0500 |
commit | 9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17 (patch) | |
tree | ac38675b53e9adb9020541b3b6be7a66c69b7150 /ChangeLog | |
parent | 605335f4732246ef89b94dcc542e73f13fdef1c9 (diff) | |
parent | 3e5e7f563837685aeabc2fc67dd6cbb9fc619b0a (diff) | |
download | vyos-cloud-init-9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17.tar.gz vyos-cloud-init-9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17.zip |
drop requirement on boto for its boto.utils.get_instance_metadata()
We had a requirement on boto only to use
boto.utils.get_instance_metadata(). That had actually caused some pain in
the past. This removes a Requires and also one that wasn't python3.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ - drop support for resizing partitions with parted entirely (LP: #1212492). This was broken as it was anyway. - add support for vendordata. + - drop dependency on boto for crawling ec2 metadata service. 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |