~paride/simplestreams:install-deps-tox-rustc

Last commit made on 2021-02-08
Get this branch:
git clone -b install-deps-tox-rustc https://git.launchpad.net/~paride/simplestreams
Only Paride Legovini can upload to this branch. If you are Paride Legovini please log in for upload directions.

Branch merges

Branch information

Name:
install-deps-tox-rustc
Repository:
lp:~paride/simplestreams

Recent commits

dbb1df4... by Paride Legovini

install-deps: install rustc as a tox dependency

python3-cryptography >= 3.4 contains Rust code [1] and it now needs
a Rust compiler and cargo to be built.

Also: remove duplicate line.

[1] https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst

f37d2ed... by Adam Collard

Add 10s timeout to out-going requests to avoid blocking.

Fixes LP:1908452

9e89dce... by Dan Watkins

simplestreams: fix use of deprecated LOG.warn method

f3f072e... by Philip Roche

Use cloud-images.ubuntu.com rsync module instead of uec-images

uec-images rsync module was not migrated during recent server
migration. It has since been restored but I see no reason to
depend on it's existence. We should use the known and widely
used cloud-images module instead.

d5dfebc... by Stéphane Graber

Revert "Skip disk-kvm-img as unsuable under LXD"

This reverts commit 0398864a4c21b040bed7d4ed719547daa156e4b3.

Both focal and groovy now have suitable kernels and the most recent
images appear to boot fine under LXD.

Signed-off-by: Stéphane Graber <email address hidden>

539c066... by Robert C Jennings

Make focal the current LTS

20.04.1 has been released, it's time to make Focal the current LTS

ff048fd... by James Page

Drop fast path use of keystoneauth1 sessions object.

There is no harm in passing all of the kwargs to both
glance and swift client objects and for swift, passing
just the session is not sufficient to correctly set
cacert and other security related settings.

efe393e... by James Page

Add build-packages to fix build failures on non-amd64 archs.

c722024... by James Page

Add snap packaging for simplestreams

Add snap packaging for simplestreams to ease distribution of
updates across Ubuntu series.

The snap will be used by the glance-simplestreams-sync
charm.

ca85e0e... by James Page

Add support for setting image custom properties

Add support for setting image custom properties on all images
synced into glance.

This feature was contributed into the glance-simplestreams-sync
charm in order to set various additional properties for arm64
based clouds.