lp://staging/~oddbloke/cloud-init/lp-1311463
- Get this branch:
- bzr branch lp://staging/~oddbloke/cloud-init/lp-1311463
Branch merges
- Joshua Harlow (community): Approve
-
Diff: 48 lines (+31/-2)2 files modifiedcloudinit/config/cc_disk_setup.py (+1/-2)
tests/unittests/test_handler/test_handler_disk_setup.py (+30/-0)
Related bugs
Bug #1311463: disk-setup unable to partition disks | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1086. By Dan Watkins
-
Update is_disk_used for changed enumerate_disk output.
Fixes Launchpad bug #1311463.
- 1083. By Scott Moser
-
SmartOS: fixes for python3 reading from serial device.
We were hitting exceptions when writing to the SmartOS serial console and, once
that was fixed, we were hanging permanently waiting for b"." == "." to be true.This fixes both of those issues.
- 1081. By Oleg Strikov
-
userdata-handlers: python3-related fixes on do-not-
process- this-part path Cloud-init crashed when received multipart userdata object with
'application/octet-stream' part or some other 'application/*' part
except archived ones (x-gzip and friends). These parts are not
processed by cloud-init and result only in a message in the log.
We used some non-python3-friendly techniques while generating
this log message which was a reason for the crash. - 1080. By Scott Moser
-
DataSourceMAAS: fix timestamp error in oauthlib
oddly enough, the timestamp you pass into oauthlib must be a None
or a string. If not, raises ValueError:
Only unicode objects are escapable. Got 1426021488 of type <class 'int'> - 1078. By Scott Moser
-
snappy: disable by default
this does 2 things actually
a.) disables snappy by default, and adds checks to filesystem to enable it
this way it runs on snappy systems, but not on others.
b.) removes the 'render2env' that was mostly spike code. - 1077. By Scott Moser
-
DataSourceMAAS: adjust local timestamp in case of clock skew
This functionality has been introduced to fix LP: #978127, but was lost
while migrating cloud-init to python3.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~cloud-init-dev/cloud-init/trunk