diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-05-26 09:02:17 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-05-26 09:02:17 -0400 |
commit | 63501f44eff7ef2d6083900c47180faf444662fc (patch) | |
tree | cfa2e50e178a77a3c84194a7416d5cbd02d1dc83 /ChangeLog | |
parent | 6115beae5f7b87f2dd684deec422f1b21d3cd4eb (diff) | |
download | vyos-cloud-init-63501f44eff7ef2d6083900c47180faf444662fc.tar.gz vyos-cloud-init-63501f44eff7ef2d6083900c47180faf444662fc.zip |
kernel command line: override all local settings
settings on the kernel command line (cc:) were documented to override
all local settings, but a bug in implementation meant they would only
override those that are in /etc/cloud/cloud.cfg, not any found in
/etc/cloud/cloud.cfg.d.
LP: #1582323
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ - Paths: fix instance path if datasource's id has a '/'. (LP: #1575938) [Robert Jennings] - Ec2: do not retry requests for user-data path on 404. + - settings on the kernel command line (cc:) override all local settings + rather than only those in /etc/cloud/cloud.cfg (LP: #1582323) 0.7.6: - open 0.7.6 |