~harlowja/cloud-init/write-files-fetch-from-somewhere

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2015-03-27 19:19:51 UTC
  • Revision ID: smoser@ubuntu.com-20150327191951-2yaj381a74aymg20
NoCloud: the local portion of NoCloud incorrectly claimed datasources

The intent has always been for the local datasource (NoCloud) to require
the provider of metadata to provide 'dsmode=local'.  If that wasn't found,
then the default 'dsmode' would be 'net', and the NoCloudNet datasource
would then find the data.

The bug here was that the default 'net' wasn't being set when
data was found on a local source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
   (LP: #1422388)
29
29
 - readurl, read_file_or_url returns bytes, user must convert as necessary
30
30
 - SmartOS: use v2 metadata service (LP: #1436417) [Daniel Watkins]
 
31
 - NoCloud: fix local datasource claiming found without explicit dsmode
31
32
0.7.6:
32
33
 - open 0.7.6
33
34
 - Enable vendordata on CloudSigma datasource (LP: #1303986)