~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2015-10-15 00:27:07 UTC
  • mfrom: (1147.2.1 cloud-init)
  • Revision ID: smoser@ubuntu.com-20151015002707-lplv0v7qzzga9li1
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).

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 - NoCloud: fix consumption of vendordata (LP: #1493453)
64
64
 - power_state_change: support 'condition' to disable or enable poweroff
65
65
 - ubuntu fan: support for config and installing of ubuntu fan (LP: #1504604)
 
66
 - Azure: support extracting SSH key values from ovf-env.xml (LP: #1506244)
66
67
0.7.6:
67
68
 - open 0.7.6
68
69
 - Enable vendordata on CloudSigma datasource (LP: #1303986)