summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-10-14 20:27:07 -0400
committerScott Moser <smoser@ubuntu.com>2015-10-14 20:27:07 -0400
commit4968547752a9f06d49d18f0797ed01c968675252 (patch)
treeea0a1812eeb954540df32d061aceff821388d934 /ChangeLog
parent7dab50a3ec98ddb93931cb5d7041c54c78581ede (diff)
parent92ceca45c5d2983742ce18d2e8b2e671629ef4b0 (diff)
downloadvyos-cloud-init-4968547752a9f06d49d18f0797ed01c968675252.tar.gz
vyos-cloud-init-4968547752a9f06d49d18f0797ed01c968675252.zip
azure: support extracting SSH key values from ovf-env.xml
Azure has or will be offering shortly the ability to directly define the SSH key value instead of a fingerprint in the ovf-env.xml file. This patch favors defined SSH keys over the fingerprint method (LP: #1506244).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7a66aa1..538ffda8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,7 @@
- NoCloud: fix consumption of vendordata (LP: #1493453)
- power_state_change: support 'condition' to disable or enable poweroff
- ubuntu fan: support for config and installing of ubuntu fan (LP: #1504604)
+ - Azure: support extracting SSH key values from ovf-env.xml (LP: #1506244)
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)