lp:~gandelman-a/ubuntu/oneiric/cloud-init/lp831505

Created by Adam Gandelman and last modified
Get this branch:
bzr branch lp:~gandelman-a/ubuntu/oneiric/cloud-init/lp831505
Only Adam Gandelman can upload to this branch. If you are Adam Gandelman please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Adam Gandelman
Status:
Development

Recent revisions

428. By Adam Gandelman

cc_apt_update_upgrade.py: Redirect stdin to /dev/null for calls to add-apt-repository (LP #831505)

427. By Scott Moser

add awareness of ecdsa keys.

426. By Scott Moser

minor fixes to doc

425. By Scott Moser

update ChangeLog

424. By Scott Moser

fix incorrect logic when 'manage_etc_hosts' has a value

For better or worse, 'manage_etc_hosts' means
   "write /etc/hosts from the template"

The default setting is 'False', which was not to update
/etc/hosts at all. Now, we're updating /etc/hosts, claiming
the 127.0.1.1 entry as owned by cloud-init if manage_etc_hosts is
false.

423. By Scott Moser

remove debug statement

422. By Scott Moser

cloudinit/util.py: fix syntax error

421. By Scott Moser

add get_hostname_fqdn method to 'util' and use it for getting hostname

This adds a method 'get_hostname_fqdn' to cloudinit.util, and then
uses this method for getting the hostname and fqdn in places that get
hostname.

The single place for getting it right will help.

420. By Scott Moser

improve update_etc_hosts method in cc_update_etc_hosts

This fixes a couple issues with the updating of /etc/hosts
by the update-etc-hosts cloud-config module.

 * if hostname changed in the life of the instance, an additional
   "header" line would be added.
 * any comment lines like '#mycomment' would be deleted because
   they did not have 2 fields

419. By Scott Moser

add example part-handler implementing the version 2 part-handler

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/oneiric/cloud-init
This branch contains Public information 
Everyone can see this information.

Subscribers