diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-10-29 19:36:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-10-29 19:36:57 -0400 |
commit | 9eed0fef5030e2e66f4bc1e549783638087786f4 (patch) | |
tree | 2fde82594c6e3932ed5c1bb57ea9297ee1f5655d /ChangeLog | |
parent | c634d32173fb09ff33896f3b03e495fada80dd33 (diff) | |
parent | 24e6ef998899418d73a63a64141fbaa209320967 (diff) | |
download | vyos-cloud-init-9eed0fef5030e2e66f4bc1e549783638087786f4.tar.gz vyos-cloud-init-9eed0fef5030e2e66f4bc1e549783638087786f4.zip |
Start adding cloud config module docs.
Add the basics of docs that can be extracted from the code itself (also
impose a initial format that will be useful for further modules to
follow). In this initial addition modify the cc_debug.py and
cc_ubuntu_init_switch.py to use this new style.
LP: #1383510
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ - Digital Ocean: add datasource for Digital Ocean. [Neal Shrader] - expose uses_systemd as a distro function (fix rhel7) - fix broken 'output' config (LP: #1387340) + - begin adding cloud config module docs to config modules (LP: #1383510) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |