lp:~james-slagle/cloud-init/lp-1260072

Created by James Slagle and last modified
Get this branch:
bzr branch lp:~james-slagle/cloud-init/lp-1260072
Only James Slagle can upload to this branch. If you are James Slagle please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
James Slagle
Project:
cloud-init
Status:
Merged

Recent revisions

900. By James Slagle

Cast file path to string.

Before passing a path into selinux.matchpathcon, it needs to be casted
to a string, since the path could be unicode and selinux.matchpathcon
does not support unicode.

Closes-Bug: #1260072

899. By Scott Moser

fix 'make yaml'.

898. By Shraddha Pandhe

add 'debug' module for printing debug output.

This adds a debug module for printing debug output. It does not enable it
by default (by putting it in in cloud_config_modules or elsewhere).

Thats fine, as it is still quite useful for the user to run:
 sudo cloud-init single --frequency=always --name=debug ci-debug.txt

897. By Joshua Harlow

Add a log message around import failures.

Since the import failure can be an expected failure do not log that
failure at a WARNING level, but to start log it at a DEBUG level. This
will help in figuring out why imports fail (if they ever do) for developer
and cloud-init users. Previously it is hard to know if a module fails
importing for a valid reason (not existent) or an invalid reason (the
module exists but the module has a dependency which is not satisfied).

896. By Scott Moser

open 0.7.5

895. By Scott Moser

fix 'make rpm' by removing 0.6.4 entry from ChangeLog (LP: #1241834)

0.6.4 was never released, but had entries in the ChangeLog.
The lack of a tag for 0.6.4 caused problems with 'make rpm'

894. By Scott Moser

pep8 fix

893. By Scott Moser

fix issue with get_mount_info on older kernels

This removes the requirement for /proc/PID/mountinfo, which was added in linux
kernel 2.6.26. We could potentially re-visit this and read /proc/mounts rather
than /proc/mtab, but mtab proves effective in testing.

892. By Scott Moser

Documentation: fix name of 'cloud-init-per' command

891. By Scott Moser

Change SmartOS verb for availability zone

smartos host changed the name of 'region' to 'datacenter_name'

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