diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-04-21 17:02:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-04-21 17:02:54 -0400 |
commit | 1c9c670d1184c667efa5ea4b34e91bf047e4a8fd (patch) | |
tree | cd3d2701333cbbc159d5c9ab8be5e889b4dc1698 /ChangeLog | |
parent | cc7a3381b41d820853236f1b9a7d80e0f34eb084 (diff) | |
parent | 5dcb0669e85fbd933d1f98602932a6e253bab7c9 (diff) | |
download | vyos-cloud-init-1c9c670d1184c667efa5ea4b34e91bf047e4a8fd.tar.gz vyos-cloud-init-1c9c670d1184c667efa5ea4b34e91bf047e4a8fd.zip |
sysvinit: make cloud-init-local run before networking is brought up
While booting a VM from a snapshot image, network service use to find the
residual network config scripts and use to configure the old IPs.
cloud-init-local use to run later and populate the config scripts with latest
information, which does not override the previous configuration.
To solve this, we are ensuring that cloud-init-local runs before network.
LP: #1275098
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ - Add functionality to fixate the uid of a newly added user. - Don't overwrite the hostname if the user has changed it after we set it. - GCE datasource does not handle instance ssh keys (LP: 1403617) + - sysvinit: make cloud-init-local run before network (LP: #1275098) + [Surojit Pathak] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |