~chad.smith/cloud-init:docs-cli-subcommands

Last commit made on 2018-01-29
Get this branch:
git clone -b docs-cli-subcommands 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:
docs-cli-subcommands
Repository:
lp:~chad.smith/cloud-init

Recent commits

ba6d2ac... by Chad Smith

fix docs dropping local code path from --help output

0518f58... by Chad Smith

address Ryan's review comments. More context on collected logs obtained, links to boot stages in cloud-init init & modules sections and details in boot stages about which cloud-init modules run in modules:init versus modules:config versus modules:final

1937e02... by Chad Smith

Address Ryan's review comments:

 * bold command parameters. Add more detailed param info on cloud-init modules subcommand
 * drop parameter doc for subcommand section title and describe them instead within the section
 *
 * textwrap 74 on docfiles
 * whitespace alignment fixes in cloud-init --help output

2ae5d03... by Chad Smith

fix text width and cross-reference anchor to cloud-init status in boot.rst. Update formatting for cloud-init subcommands.

30513cb... by Chad Smith

doc updates for cloud-init subcommands. Cross reference boot time analysis links

e5d63a6... by Chad Smith

cloud-init doc updates for subcommands

5cc0b19... by Joshua Powers

tests: remove zesty as supported OS to test

Zesty goes EOL as of January 13, 2017. This removes it as a valid
OS for testing.

6299e8d... by Scott Moser

Do not log warning on config files that represent None.

This issue was first identified when manual_cache_clean was set, as
ds-identify would write /run/cloud-init/cloud.cfg with
  # manual_cache_clean
that would generate a warning as cloud-init expected to load a dict.
Any other "empty" config would also log such a warning.

Also fix reading of di_report to allow it to be None, as ds-identify
would write:
  di_report:
    # manual_cache_clean
which reads as 'di_report: None' rather than di_report: {}.

LP: #1742479

78372f1... by Chad Smith

tests: Use git hash pip dependency format for pylxd.

We want this git hash from master as it pylxd pip packages are not
as frequently published by this project. Master for pylxd is under
active development, so we do want to 'pin' which hash we pull.

765d2a7... by Joshua Powers

tests: add integration requirements text file

This adds the specific requirements for integration testing to
a single file that can be referenced in other areas. It also enables
the read-dependencies script to install those packages.