~xiaofengw/cloud-init:xiaofengw-post-script-bug-fix

Last commit made on 2019-09-27
Get this branch:
git clone -b xiaofengw-post-script-bug-fix https://git.launchpad.net/~xiaofengw/cloud-init
Only Xiaofeng Wang can upload to this branch. If you are Xiaofeng Wang please log in for upload directions.

Branch merges

Branch information

Name:
xiaofengw-post-script-bug-fix
Repository:
lp:~xiaofengw/cloud-init

Recent commits

c7f9308... by Xiaofeng Wang

Merge branch 'xiaofengw-post-script-bug-fix' of ssh://git.launchpad.net/~xiaofengw/cloud-init into xiaofengw-post-script-bug-fix

7cac1cc... by Xiaofeng Wang

[VMware] Handle the special characters in VM Tools configuration
file.

f80f7f0... by Ryan Harper

sysconfig: only write resolv.conf if network_state has DNS values

If an OS image provided an /etc/resolv.conf file that was not empty
cloud-init would read and re-write it with a cloud-init header even
if no DNS network configuration was provided (e.g. DHCP only).

This can cause problems for some network services which don't
ignore cloud-init's header.

LP: #1843634

0948cdf... by Ryan Harper

sysconfig: use distro variant to check if available

The sysconfig renderer used the distro name directly which mean
some variants of distros were not considered supported. Fix this
by using util.system_info()['variant'] instead. Fix the list of
KNOWN_DISTROS value for redhat -> rhel.

LP: #1843584

66ef979... by Robert Schweikert

systemd/cloud-init.service.tmpl: start after wicked.service

Change the startup order. On SUSE distros cloud-init.service
should start after wicked.service. This reflects the same
start up order other distributions utilize.

b19177e... by Chad Smith

docs: fix zstack documentation lints

Resolve the following lints raised by 'make doc':
- doc/rtd/topics/datasources/zstack.rst:5: D001 Line too long
- doc/rtd/topics/datasources/zstack.rst:10: D001 Line too long

0cbcd22... by Dan Watkins

analyze/show: remove trailing space in output

18286fc... by Brian Candler

Add missing space in warning: "not avalid seed"

9faa8d5... by Ryan Harper

pylintrc: add 'enter_context' to generated-members list

On Bionic (python 3.6.8) we now see no-member errors on untouched code.
This does not reproduce on Xenial (3.5) nor on Eoan (3.7.4). The source
of the failure was the release of astroid 2.3.0 vs. 2.2.5. Resolve this
by adding the member attribute to the generated member list in pylintrc.
This fixes CI failures.

0aac863... by Xiaofeng Wang

[VMware] Handle the special characters in VM Tools configuration
file.