~smoser/cloud-init:doc/cleanup-doc-errors

Last commit made on 2019-01-07
Get this branch:
git clone -b doc/cleanup-doc-errors https://git.launchpad.net/~smoser/cloud-init
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
doc/cleanup-doc-errors
Repository:
lp:~smoser/cloud-init

Recent commits

c634476... by Scott Moser

doc: clean up some datasource documentation.

The change to datasources.rst here is obvious typo fix.
The change to azure is to reduce the two 'Customization' sections
to a single and clean up some other duplicate text.

12bc76c... by Scott Moser

ds-identify: fix wrong variable name in ovf_vmware_transport_guestinfo.

ovf_vmware_transport_guestinfo is not currently tested.
It used '$1' instead of '$out' when checking for xml content in
the output of vmware-rpctool.

a809b25... by =?utf-8?q?PORTE_Lo=C3=AFc?= <email address hidden>

Scaleway: Support ssh keys provided inside an instance tag.

The change here will utilize ssh keys found inside an instance's tag.
The tag value must start with 'AUTHORIZED_KEY'.

d4d11c7... by Scott Moser

OVF: simplify expected return values of transport functions.

Transport functions (transport_iso9660 and transport_vmware_guestinfo)
would return a tuple of 3 values, but only the first was ever used
outside of test. The other values (device and filename) were just
ignored.

This just simplifies the transport functions to now return content
(in string format) or None indicating that the transport was not found.

f55bb17... by Scott Moser

Vmware: Add support for the com.vmware.guestInfo OVF transport.

This adds support for reading OVF information over the
'com.vmware.guestInfo' tranport. The current implementation requires
vmware-rpctool be installed in the system.

LP: #1807466

26e95e9... by Scott Moser

HACKING.rst: change contact info to Josh Powers

In the Hacking doc, change the contact information for the contributors
agreement to reference Josh Powers rather than Scott Moser.

5b06531... by Scott Moser

Update to pylint 2.2.2.

The tip-pylint tox target correctly reported the invalid use of
string formatting. The change here is to:

a.) Fix the error that was caught.
b.) move to pylint 2.2.2 for the default 'pylint' target.

45d731a... by Ryan Harper

Release 18.5

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

LP: #1808380

e1da348... by Joshua Powers

tests: add Disco release

6aef6c7... by Ryan Harper

net: render 'metric' values in per-subnet routes

It is possible to have a metric value in a per-subnet route.
This is currently missing in all renderers. Update each
renderer to emit the correct metric value from the config.

LP: #1805871