~chad.smith/cloud-init:schema/write_files

Last commit made on 2019-09-28
Get this branch:
git clone -b schema/write_files https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
schema/write_files
Repository:
lp:~chad.smith/cloud-init

Recent commits

3456a5e... by Chad Smith

schema: docs now support list of object types

688002c... by Chad Smith

schema: add --module param to fliter docs emitted

d9ccc7d... by Chad Smith

schema: add json schema for write_files module

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.

571f7c3... by Steve Ruan

Add datasource for ZStack platform.

Zstack platform provides a AWS Ec2 metadata service, and
identifies their platform to the guest by setting the 'chassis asset tag'
to a string that ends with '.zstack.io'.

LP: #1841181

4df0065... by Joshua Powers

docs: organize TOC and update summary of project

ac8ef3e... by Chad Smith

tools: make clean now cleans the dev directory, not the system

Remove pyc files, .tox directories and docs during make clean.

604463e... by Joshua Powers

docs: create cli specific page

This is formerly the capabilities page.