~raharper/cloud-init:ubuntu/xenial/fix-daily-ppa-20200128

Last commit made on 2020-01-28
Get this branch:
git clone -b ubuntu/xenial/fix-daily-ppa-20200128 https://git.launchpad.net/~raharper/cloud-init
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/xenial/fix-daily-ppa-20200128
Repository:
lp:~raharper/cloud-init

Recent commits

f17e2dc... by Ryan Harper

update changelog.

bbdbecd... by Ryan Harper

refresh patches against upstream/master commit 88b09643

refresh patches against upstream/master commit 88b09643:
  debian/patches/ubuntu-advantage-revert-tip.patch

933fb69... by Ryan Harper

merge from upstream/master at 19.4-49-g88b09643

88b0964... by Dan Watkins

cloudinit/cmd/devel/net_convert.py: add missing space (#191)

fa3bdc9... by Paride Legovini

tools/run-container: drop support for python2 (#192)

Drop support for specifying an Python interpreter different from python3
from tools/run-container.

28aa8c5... by Ryan Harper

Print ssh key fingerprints using sha256 hash (#188)

LP: #1860789

c99cfb2... by Paride Legovini

Make the RPM build use Python 3 (#190)

* packages/brpm: switch to python3

No changes needed other than changing the shebang interpreter.

* pkg-deps.json: bump the redhat build dependencies to python36

CentOS 7 (our standard target for the COPR test builds) uses python3.6
as its default python3 interpreter, so let's bump the build dependencies
accordingly.

42788bf... by Ryan Harper

cc_set_password: increase random pwlength from 9 to 20 (#189)

Increasing the bits of security from 52 to 115.

LP: #1860795

efc82c9... by Dan Watkins

.travis.yml: use correct Python version for xenial tests (#185)

6b157aa... by Dan Watkins

cloudinit: remove ImportError handling for mock imports (#182)

We only run on Python 3 now, so we can unambiguously expect
unittest.mock to exist.