~oddbloke/cloud-init/fix-gce-az

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Daniel Watkins
  • Date: 2015-07-22 12:06:34 UTC
  • Revision ID: daniel.watkins@canonical.com-20150722120634-wsg8rwzcaanhc2pn
Make full data source available to code that handles mirror selection.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 - sysvinit: make cloud-init-local run before network (LP: #1275098)
39
39
   [Surojit Pathak]
40
40
 - Azure: do not re-set hostname if user has changed it (LP: #1375252)
 
41
 - Fix exception when running with no arguments on Python 3. [Daniel Watkins]
 
42
 - Centos: detect/expect use of systemd on centos 7. [Brian Rak]
 
43
 - Azure: remove dependency on walinux-agent [Daniel Watkins]
 
44
 - EC2: know about eu-central-1 availability-zone (LP: #1456684)
 
45
 - Azure: remove password from on-disk ovf-env.xml (LP: #1443311) [Ben Howard]
 
46
 - Doc: include information on user-data in OpenStack [Daniel Watkins]
 
47
 - Systemd: check for systemd using sd_booted symantics (LP: #1461201)
 
48
   [Lars Kellogg-Stedman]
 
49
 - Add an rh_subscription module to handle registration of Red Hat instances.
 
50
   [Brent Baude]
 
51
 - cc_apt_configure: fix importing keys under python3 (LP: #1463373)
 
52
 - cc_growpart: fix specification of 'devices' list (LP: #1465436)
 
53
 - CloudStack: fix password setting on cloudstack > 4.5.1 (LP: #1464253)
 
54
 - GCE: fix determination of availability zone (LP: #1470880)
41
55
0.7.6:
42
56
 - open 0.7.6
43
57
 - Enable vendordata on CloudSigma datasource (LP: #1303986)