diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-10-14 20:27:07 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-10-14 20:27:07 -0400 |
commit | 4968547752a9f06d49d18f0797ed01c968675252 (patch) | |
tree | ea0a1812eeb954540df32d061aceff821388d934 /ChangeLog | |
parent | 7dab50a3ec98ddb93931cb5d7041c54c78581ede (diff) | |
parent | 92ceca45c5d2983742ce18d2e8b2e671629ef4b0 (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |