~oddbloke/cloud-init/+git/cloud-init:coverity

Last commit made on 2019-07-10
Get this branch:
git clone -b coverity https://git.launchpad.net/~oddbloke/cloud-init/+git/cloud-init
Only Dan Watkins can upload to this branch. If you are Dan Watkins please log in for upload directions.

Branch merges

Branch information

Name:
coverity
Repository:
lp:~oddbloke/cloud-init/+git/cloud-init

Recent commits

6f68759... by Dan Watkins

DataSourceCloudSigma: remove unreachable code

This unreachable code was introduced in a refactor (in 2015) which
removed the need for an exception handler, but retained the logging from
the exception handler as an unreachable fall-through.

bfa6a38... by Dan Watkins

cc_lxd: fix copy/paste error in debug logging

5e4792c... by Markus Schade

Add missing dsname for Hetzner Cloud datasource

b993b0a... by Dan Watkins

doc: indicate that netplan is default in Ubuntu now

feebec1... by Chad Smith

azure: add region and AZ properties from imds compute location metadata

This allows cloud-init query region to show valid region data for Azure

f57a775... by Liao Penghui

sysconfig: support more bonding options

Currently, only a few bonding parameters can be configured on
sysconfig systems. This patch aims to support more parameters
documented on the docs site.

e1795a5... by Ryan Harper

cloud-init-generator: use libexec path to ds-identify on redhat systems

Update the template to use libexec prefix path to ds-identify on redhat
systems.

LP: #1833264

a0f863d... by Gonéri Le Bouder

tools/build-on-freebsd: update to python3

- use python3 by default
- ability to use any Python version through the PYTHON env-var
- indent with 4 spaces
- use 'set -eux'
- remove trailing whitespace
- drop the cheetah dep, Jinja2 is enough

deaeb71... by Mark T. Voelker

Allow identification of OpenStack by Asset Tag

When OpenStack is deployed on some hypervisors (such as VMware
vSphere), cloud-init doesn't detect that it needs to probe the
metadata service because the DMI product name field can't be set
to a field that is recognized by cloud-init. However, the asset
tag field can be set via flavor extra specs or image metadata.
A similar approach is already used to identify Open Telekom Cloud.

This patch allows cloud init to recognize "OpenStack Nova" or
"OpenStack Compute" in the asset tag field as an indication that
the instance being configured is running on an OpenStack platform.

LP: #1669875

c3cd42c... by Brian Murray

Fix spelling error making 'an Ubuntu' consistent.