lp:~james-slagle/cloud-init/lp-1260072
- Get this branch:
- bzr branch lp:~james-slagle/cloud-init/lp-1260072
Branch merges
- Joshua Harlow (community): Approve
-
Diff: 12 lines (+2/-0)1 file modifiedcloudinit/util.py (+2/-0)
Related bugs
Bug #1260072: TypeError trying to write a file specified in OpenStack Configuration Drive | Undecided | Fix Released |
|
Related blueprints
Branch information
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
- 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). - 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' - 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. - 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