lp://staging/~oddbloke/cloud-init/lp1403617
- Get this branch:
- bzr branch lp://staging/~oddbloke/cloud-init/lp1403617
Branch merges
- cloud-init Commiters: Pending requested
-
Diff: 191 lines (+95/-46)2 files modifiedcloudinit/sources/DataSourceGCE.py (+50/-42)
tests/unittests/test_datasource/test_gce.py (+45/-4)
Related bugs
Bug #1403617: gce datasource does not handle instance ssh keys | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1091. By Scott Moser
-
fix cloud-config-
archive handling handling of cloud-config-
archive input would fail in fully_decoded_ payload.
part.get_charset() would return a Charset object, but
get_charset.input_codec is a string suitable for passing to decode. This handles that correctly, and is more careful about binary data inside
input.The test added verifies that cloud-config inside a cloud-config-
archive
is handled correctly and also that binary data there is ignored without
exceptions raised. - 1089. By Scott Moser
-
systemd: use network-online instead of network.target (LP: #1440180)
don't declare a Wants/Requires on network.target; this is a passive target
that should only be pulled in by implementors of the networking service.
The requirement for network needs to be expressed as a dependency on
network-online. target. - 1088. By Scott Moser
-
adjust cc_snappy for snappy install package with config.
It was believed that to install a package with config the command was:
snappy install --config=config- file <package>
Instead, what was implemented in snappy was:
snappy install <package> [<config-file>]This modifies cloud-init to invoke the latter and changes the tests
appropriately. - 1087. By Scott Moser
-
fix snappy package installation.
Some tests added here to make sure this works.
The install '--config' will only start to work with the next
version of snappy-go.
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