summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-03-27 15:19:51 -0400
committerScott Moser <smoser@ubuntu.com>2015-03-27 15:19:51 -0400
commitbf52085a1fa3529329a5c48097a12a6e9b93eb22 (patch)
tree72f1b5d67af99b9507efa12f2304ff2cd3a1c69d /ChangeLog
parent24fdc71db366dc4ea9a0d164bb6af7d38609478a (diff)
downloadvyos-cloud-init-bf52085a1fa3529329a5c48097a12a6e9b93eb22.tar.gz
vyos-cloud-init-bf52085a1fa3529329a5c48097a12a6e9b93eb22.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32a4f5d6..70ba9ae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
(LP: #1422388)
- readurl, read_file_or_url returns bytes, user must convert as necessary
- SmartOS: use v2 metadata service (LP: #1436417) [Daniel Watkins]
+ - NoCloud: fix local datasource claiming found without explicit dsmode
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)