
This module is quite useful for fetching urls in a manner that can be provided custom headers, retries and ssl_args so let's ensure we have it available for usage under these circumstances. Also adds some basic sanity tests so that it will continue to work as expected. Change-Id: I4d5e777cf530e822bbea69c76846ebebb48a7927
Cloud-init
Cloud-init initializes systems for cloud environments.
Join us
Testing and requirements
Requirements
TBD
Tox.ini
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.
Developer documentation
We also have sphinx documentation in docs/source
.
To build it, run:
$ python setup.py build_sphinx
Description