~oddbloke/cloud-init/lp1506187

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2015-10-09 16:49:24 UTC
  • mfrom: (1147.1.1 trunk.fan)
  • Revision ID: smoser@ubuntu.com-20151009164924-1fbowe1yvww9k8i3
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

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 - reporting: add reporting module for web hook or logging of events.
63
63
 - NoCloud: fix consumption of vendordata (LP: #1493453)
64
64
 - power_state_change: support 'condition' to disable or enable poweroff
 
65
 - ubuntu fan: support for config and installing of ubuntu fan (LP: #1504604)
65
66
0.7.6:
66
67
 - open 0.7.6
67
68
 - Enable vendordata on CloudSigma datasource (LP: #1303986)