cloud-init:d80d0fcc0

Last commit made on 2020-06-03
Get this branch:
git clone -b d80d0fcc0 https://git.launchpad.net/cloud-init
Members of cloud-init Commiters can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
d80d0fcc0
Repository:
lp:cloud-init

Recent commits

d80d0fc... by Chad Smith

changelog: update 20.2-45-g5f7825e2-0ubuntu1~16.04.1 for release

238b69c... by Chad Smith

d/patches: fix flake error for ec2-classic-dont-reapply-networking.patch

f78367f... by Chad Smith

d/control: drop python3-pep8, python3-pyflakes and python3-six from build-deps

9efc437... by Chad Smith

d/cloud-init.templates: add RbxCloud datasource support

5428d09... by Chad Smith

d/patches: network renderer default remains eni before netplan

c87225e... by Chad Smith

d/patches: ec2 do not apply full network config from IMDS by default

d2e4456... by Chad Smith

update changelog (New upstream snapshot 20.2-45-g5f7825e2).

cb99c7a... by Chad Smith

merge from 5f7825e at 20.2-45-g5f7825e2

5f7825e... by Joshua Powers

test: fix all flake8 E241 (#403)

Remove extra spaces after a ','

d2b0571... by Joshua Powers

test: ignore flake8 E402 errors in main.py (#402)

This puts an ignore on the imports not at the top of the file errors.
The reason for the ignore instead of fix is that the file is using imp
to grab a lock and patch logging before further imports are completed.