~bitfehler/cloud-init:migrate-lp-to-github

Last commit made on 2019-12-04
Get this branch:
git clone -b migrate-lp-to-github https://git.launchpad.net/~bitfehler/cloud-init
Only Conrad Hoffmann can upload to this branch. If you are Conrad Hoffmann please log in for upload directions.

Branch merges

Branch information

Name:
migrate-lp-to-github
Repository:
lp:~bitfehler/cloud-init

Recent commits

271afb3... by Conrad Hoffmann

lp-to-git-users: adding bitfehler

Mapped from bitfehler

e5771fa... by Joshua Powers

doc: update links on README.md

5454fbb... by Ubuntu <email address hidden>

lp-to-git-users: adding AOhassan

Mapped from ahosmanmsft

f64faae... by Joshua Powers

doc: Updates to wording of README.md

8c82682... by Joshua Powers

Add security.md

9053567... by Frederick Lefebvre

setup.py: Amazon Linux sets libexec to /usr/libexec (#52)

Parse /etc/system-release-cpe to detect Amazon Linux and set the proper value.

7ef655c... by Frederick Lefebvre

lp-to-git-users: adding fred-lefebvre

Mapped from fredlefebvre

0adcd58... by Chad Smith

fix invalid json in tools/.lp-to-git-user (#85)

c4735dd... by Eric Lafontaine <email address hidden>

Fix linting failure in test_url_helper (#83)

f69d33a... by Chad Smith

url_helper: read_file_or_url should pass headers param into readurl (#66)

Headers param was accidentally omitted and no longer passed through to
readurl due to a previous commit.

To avoid this omission of params in the future, drop positional param
definitions from read_file_or_url and pass all kwargs through to readurl
when we are not operating on a file.

In util:read_seeded, correct the case where invalid positional param
file_retries was being passed into read_file_or_url.

Also drop duplicated file:// prefix addition from read_seeded because
read_file_or_url does that work anyway.

LP: #1854084