summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-02-04 17:06:20 -0500
committerScott Moser <smoser@ubuntu.com>2016-02-04 17:06:20 -0500
commit7d7861cbcd01e2c7a77ecdb207032363f92b0637 (patch)
tree140a9f3b9e679e670aeb98146353f86da930c98a /ChangeLog
parent8de3497e361c7d8050a232f4682988ed4ed59734 (diff)
parent75ba44d2730b89f13b2069961ea8de63f65ea780 (diff)
downloadvyos-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ba16492..56340356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)