summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-05-01 05:26:29 -0400
committerScott Moser <smoser@ubuntu.com>2015-05-01 05:26:29 -0400
commit5ab9a1349db2286fca96681e00480d04bfd4473d (patch)
tree70d4057aa9d83e8b4f2dfb73c7eb13de4583167f /ChangeLog
parent1c9c670d1184c667efa5ea4b34e91bf047e4a8fd (diff)
parentb8706d7dc930c5c9dce1f96a000c66e5dda14e02 (diff)
downloadvyos-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f843933..ae9926a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)