Ubuntu – Is there reference documentation for CloudInit

documentationstartupUbuntu

Ubuntu's CloudInit package is very useful; however, the only documentation I've found on all of the available options is in their examples: http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config.txt

Numerous Google searches have failed me. Where can I find thorough documentation on CloudInit?

Best Answer

I've just looked in the package for 12.04LTS (0.6.3-0ubuntu1) I can see there's some documentation available in a few text files in /usr/share/doc/cloud-init alongside the examples which may help

Related Topic