cloud-init:stable-19.4

Last commit made on 2022-05-05
Get this branch:
git clone -b stable-19.4 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:
stable-19.4
Repository:
lp:cloud-init

Recent commits

c9e6c00... by Paride Legovini

run-container: add support for LXD VMs (#1433)

Backport of d1149988323bb88 to stable-19.4.

Images of older releases (e.g. CentOS 7) can't run as containers on
newer Ubuntu releases because they need a CGroupV1 host system. They
can however run as VMs.

b80fa21... by Paride Legovini

RPM build: disable the dynamic mirror URLs when using a proxy (#437) (#603)

When using an http proxy make sure to disable all the dynamic mirror
URLs. In particular:

 - Uncomment the baseurl in /etc/yum.repos.d/*.repo.
 - Comment out the mirrorlist and metalink URLs in *.repo.
 - Replace the dynamic download.fedoraproject.org host with
   dl.fedoraproject.org, which is static.
 - Run the above as part of the MAYBE_RELIABLE_YUM_INSTALL command,
   as installing packages may add new repos (e.g. EPEL).
 - Stop disabling fastestmirror, not needed when doing the above.

c52e94f... by Adam Dobrawy <email address hidden>

Fix PermissionError undefined in helpers.py (#177)

LP: #1831146

a1063b8... by Chad Smith

Release 19.4

Bump the version in cloudinit/version.py to be 19.4 and update ChangeLog.

LP: #1856761

1bf41cd... by Adam Dobrawy <email address hidden>

rbxcloud: fix dsname in RbxCloud

LP: #1855196

e03c71a... by Adam Dobrawy <email address hidden>

tests: Add tests for value of dsname in datasources

6cb2f73... by Adam Dobrawy <email address hidden>

apport: Add RbxCloud ds

2d1990d... by Adam Dobrawy <email address hidden>

docs: Updating index of datasources

- Added RbxCloud
- Sorted alphabetically

71f990d... by Adam Dobrawy <email address hidden>

docs: Fix anchor of datasource_rbx

fa0c9e3... by Adam Dobrawy <email address hidden>

settings: Add RbxCloud