lp:~harlowja/cloud-init/mime-gzip-test

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/mime-gzip-test
Only Joshua Harlow can upload to this branch. If you are Joshua Harlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joshua Harlow
Project:
cloud-init
Status:
Merged

Recent revisions

840. By Joshua Harlow

Add test for mime gzipped message segments.

839. By Scott Moser

on azure datasource, grab use Deployment as the instance-id

838. By Scott Moser

alias 'availability_zone' to availability-zone in metadata service.

The place this was noticed was in trying to use the
'nova.clouds.archive.ubuntu.com' mirror selection.

Because the config-drive-v2 has a metadata entry of 'availability_zone', it
didn't get found by the availabilty_zone property in
cloudinit/sources/__init__.py

837. By Joshua Harlow

use constants for startswith in handlers. add strip_prefix_suffix.

Just cleans up some repeated strings into module constants + a util function to
do the boothook prefix cleanup (before writing).

836. By Joshua Harlow

finalize handlers even when another handler fails.

Instead of previously initializing and not finalizing the handles that
completed successfully when a handler initializing or running failed we
should attempt to always give said handlers a chance to finalize (even
when another handler fails).

835. By Joshua Harlow

allow individual MIME segments to be gzip compressed

this will automatically decompress individual MIME segments if they
are compressed.

834. By Scott Moser

bump version in cloudinit/version.py

833. By Scott Moser

Fix password setting for rhel5.

Changing password via 'chpasswd' command in rhel5 would fail, if input
to the 'chpasswd' command doesn't end with '\n'. The fix is just to
append a carriage return to the input.

832. By Juerg Haefliger

adds support for SLES plus some basic unittests.

Some code from the RHEL handler was moved to a new file so that it can
be used by the SLES handler.

831. By Scott Moser

Azure: make /var/lib/waagent with 0700 perms

The walinux agent expects that the files it writes with 0644 (default umask)
permissions are not globally readable. Since we were creating the directory
for it, and using default umaks (0755), the files inside were readable to
non-priviledged users.

Branch metadata

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

Subscribers