diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-10-09 12:39:23 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-10-09 12:39:23 -0400 |
commit | 86bd318e41b0bec10765d0498a125de062afe1f9 (patch) | |
tree | 9f3e62dc3fea101c91fce794edd90be4ccc1ea75 /ChangeLog | |
parent | e9e86164198993aca13148872afdeebaae751c2c (diff) | |
download | vyos-cloud-init-86bd318e41b0bec10765d0498a125de062afe1f9.tar.gz vyos-cloud-init-86bd318e41b0bec10765d0498a125de062afe1f9.zip |
support configuring and installing the Ubuntu fan driver
#cloud-config
fan:
config: |
# fan 240
10.0.0.0/8 eth0/16 dhcp
10.0.0.0/8 eth1/16 dhcp off
# fan 241
241.0.0.0/8 eth0/16 dhcp
config_path: /etc/network/fan
LP: #1504604
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ - reporting: add reporting module for web hook or logging of events. - 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) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |