~mokeseven7/cloud-init:stable-19.4

Last commit made on 2020-10-07
Get this branch:
git clone -b stable-19.4 https://git.launchpad.net/~mokeseven7/cloud-init
Only mike mcgrath can upload to this branch. If you are mike mcgrath please log in for upload directions.

Branch merges

Branch information

Name:
stable-19.4
Repository:
lp:~mokeseven7/cloud-init

Recent commits

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

45cd8e1... by Joshua Powers

doc: specify _ over - in cloud config modules

Start a design decision area in HACKING to capture highlevel decisions.
First example is to capture the use of _ over - in cloud config
modules.

LP: #1293254