~oddbloke/cloud-init/bigstep

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2016-02-04 22:06:20 UTC
  • mfrom: (1157.1.1 upstream)
  • Revision ID: smoser@ubuntu.com-20160204220620-1d16vcbuiv3nqxds
SmartOS: Add support for Joyent LX-Brand Zones 

LX-brand zones on Joyent's SmartOS use a different metadata source
(socket file) than the KVM-based SmartOS virtualization (serial port).
This patch adds support for recognizing the different flavors of
virtualization on SmartOS and setting up a metadata source file object.
After the file object is created, the rest of the code for the datasource

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 - Azure: get instance id from dmi instead of SharedConfig (LP: #1506187)
72
72
 - systemd/power_state: fix power_state to work even if cloud-final
73
73
   exited non-zero (LP: #1449318)
 
74
 - SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)
 
75
   [Robert C Jennings]
74
76
0.7.6:
75
77
 - open 0.7.6
76
78
 - Enable vendordata on CloudSigma datasource (LP: #1303986)