~f30/cloud-init:cc_users-docs

Last commit made on 2017-04-29
Get this branch:
git clone -b cc_users-docs https://git.launchpad.net/~f30/cloud-init
Only Felix Dreissig can upload to this branch. If you are Felix Dreissig please log in for upload directions.

Branch merges

Branch information

Name:
cc_users-docs
Repository:
lp:~f30/cloud-init

Recent commits

ffe0108... by Felix Dreissig

Use semantic placeholders for "groups" keys in "cc_users_groups" docs

This makes it consistent with the "users" keys and I consider it more
inituitive.

b08b43c... by Felix Dreissig

Add documentation on missing "users" keys from "cc_users_groups"

b55ed9e... by Felix Dreissig

Alphabetic sorting of keys in "cc_users_groups" docs

9cc2064... by Felix Dreissig

Fix typo in docs for "cc_users_groups" module

2796dab... by Joshua Powers

tests: Enable artful

513e99e... by Scott Moser

nova-lxd: read product_name from environment, not platform.

Apparently signals were crossed when this implementation was done.
Cloud-init was reading 'platform' in the environment of pid 1, but
nova-lxd was setting 'product_name'.

The fix is being made here in cloud-init to instead read product_name.

LP: #1685810

d16632a... by Dylan Perry

Fix yum repo config where keys contain array values

ConfigObj produces configuration files that are incompatible with yum if
multiple values are listed for a configuration key. Switch to the builtin
configparser, and ConfigParser (Python 2) which correctly handles this
case.

Add additional test case for array values in yum_repos definition

LP: #1592150

2775622... by Joshua Powers

template: Update debian backports template

Debian backports are contains in the main repo and not somewhere
seperate. Thanks to Charles Plessy.

LP: #1627293

b613de7... by Joshua Powers

rsyslog: replace ~ with stop

The discard action (tilde character) has been replaced by the
“stop” RainerScript directive. It is considered more intuitive and
offers slightly better performance.

The tilde operator was deprecated in rsyslog 7. Distributions
using rsyslog older than that will need to patch.

LP: #1367899

73a97b1... by Joshua Powers

Doc: add additional RTD examples

Includes missing examples for RTD, including
examples for datasources, disk partitions and apt update.

Also fix doc in cloud-config-update-apt.txt.

LP: #1459604