diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-05-01 05:26:29 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-05-01 05:26:29 -0400 |
commit | 5ab9a1349db2286fca96681e00480d04bfd4473d (patch) | |
tree | 70d4057aa9d83e8b4f2dfb73c7eb13de4583167f /ChangeLog | |
parent | 1c9c670d1184c667efa5ea4b34e91bf047e4a8fd (diff) | |
parent | b8706d7dc930c5c9dce1f96a000c66e5dda14e02 (diff) | |
download | vyos-cloud-init-5ab9a1349db2286fca96681e00480d04bfd4473d.tar.gz vyos-cloud-init-5ab9a1349db2286fca96681e00480d04bfd4473d.zip |
Azure: if user has set hostname, do not overwrite it
Due to the way the azure boot works, where we identify the hostname to the
fabric, we were inadvertently overwriting hostname that the user had set.
LP: #1375252
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ - GCE datasource does not handle instance ssh keys (LP: 1403617) - sysvinit: make cloud-init-local run before network (LP: #1275098) [Surojit Pathak] + - Azure: do not re-set hostname if user has changed it (LP: #1375252) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |