Cloud-init initializes systems for cloud environments.
- Bug reports should be opened at
- https://bugs.launchpad.net/cloud-init/+filebug
On Ubuntu Systems, you can file bugs with:
$ ubuntu-bug cloud-init
TBD
Our tox.ini
file describes several test environments that allow to test
cloud-init with different python versions and sets of requirements installed.
Please refer to the tox documentation to understand how to make these test
environments work for you.
We also have sphinx documentation in docs/source
.
To build it, run:
$ python setup.py build_sphinx