~antonioromito/cloud-init:cloud-init-BZ_1673170

Last commit made on 2019-03-26
Get this branch:
git clone -b cloud-init-BZ_1673170 https://git.launchpad.net/~antonioromito/cloud-init
Only Antonio Romito can upload to this branch. If you are Antonio Romito please log in for upload directions.

Branch merges

Branch information

Name:
cloud-init-BZ_1673170
Repository:
lp:~antonioromito/cloud-init

Recent commits

e8a28b7... by Antonio Romito

I added a check in the cloudinit/cmd/main.py to check if all modes are present into the v1 array before accessing it

e9fab8a... by Antonio Romito

I added a check in the cloudinit/cmd/main.py to check if all modes are present into the v1 array before accessing it

4fede2a... by Antonio Romito

cloud-init: in main.py nullstatus.copy is not set for all unexecuted modes if status is not None

LP: 1815109

3a897fb... by do3meli

correct grammar issue in instance metadata documentation

LP: #1802188

4895535... by Chad Smith

clean: cloud-init clean should not trace when run from within cloud_dir

Avoid traceback when cloud-init clean is run from within
/var/lib/cloud/ deleted dirs.

LP: #1795508

94a6452... by Paride Legovini

Resolve flake8 comparison and pycodestyle over-ident issues

Fixes:
 - flake8: use ==/!= to compare str, bytes, and int literals
 - pycodestyle: E117 over-indented

8ee294d... by Chad Smith

opennebula: also exclude epochseconds from changed environment vars

In addition to EPOCHREALTIME there is also an EPOCHSECONDS environment
variable that OpenNebula needs to exclude as it is expected to change.
This commit supplements the other exclusion in commit
d1a2fe7307e9cf2251d1f9a666c12d71d3f522d6.

Without this fix, unittests will intermittently fail if
parse_shell_config is run across a timing boundary where the
EPOCHSECONDS changes mid-test.

LP: #1813641

09dcecf... by Robert Schweikert

systemd: Render generator from template to account for system differences.

The systemd generator used had a hard coded path for the location target
file to create. This path does not apply to all distributions.
Make the generator and template to have the path set during build time.

3f12012... by Robert Schweikert

sysconfig: On SUSE, use STARTMODE instead of ONBOOT

ONBOOT is not recognized on openSUSE and SUSE Linux Enterprise,
add the STARTMODE setting

LP: #1799540

7a6ed1a... by Paride Legovini

flake8: use ==/!= to compare str, bytes, and int literals