diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-02-04 17:06:20 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-02-04 17:06:20 -0500 |
commit | 7d7861cbcd01e2c7a77ecdb207032363f92b0637 (patch) | |
tree | 140a9f3b9e679e670aeb98146353f86da930c98a /ChangeLog | |
parent | 8de3497e361c7d8050a232f4682988ed4ed59734 (diff) | |
parent | 75ba44d2730b89f13b2069961ea8de63f65ea780 (diff) | |
download | vyos-cloud-init-7d7861cbcd01e2c7a77ecdb207032363f92b0637.tar.gz vyos-cloud-init-7d7861cbcd01e2c7a77ecdb207032363f92b0637.zip |
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
LP: #1540965
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ - Azure: get instance id from dmi instead of SharedConfig (LP: #1506187) - systemd/power_state: fix power_state to work even if cloud-final exited non-zero (LP: #1449318) + - SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965) + [Robert C Jennings] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |