RETIRED, Cross-platform instance initialization
Go to file
Joshua Harlow 154a2ee413 Fix all the current brokeness
Add missing files and tweaks so that the automated
CI/flake8/pep8/docs/... and such work correctly.

Change-Id: I838b02bf0037569065b7c7914f4a68b92d7ebd6a
2015-04-01 11:54:46 -07:00
cloudinit initial functial tox 2015-01-21 16:21:49 -05:00
doc/source Fix all the current brokeness 2015-04-01 11:54:46 -07:00
inits initial tree for 2.0 work 2015-01-21 10:00:26 -05:00
packages license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
specs Improve the design spec for the distro hierarchy. 2015-01-30 02:05:01 +02:00
tools tools/tox-venv: remove unnecessary redirection 2015-03-24 20:19:23 -04:00
.gitignore initial .gitignore 2015-01-21 16:20:00 -05:00
.gitreview Fix all the current brokeness 2015-04-01 11:54:46 -07:00
ChangeLog empty changelog 2015-01-21 16:09:19 -05:00
HACKING.rst Fix all the current brokeness 2015-04-01 11:54:46 -07:00
LICENSE license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
LICENSE-GPLv3 license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
LICENSE.txt license change GPLv3 to Apache 2.0 2015-03-24 20:22:08 -04:00
MANIFEST.in Fix all the current brokeness 2015-04-01 11:54:46 -07:00
README.rst Fix all the current brokeness 2015-04-01 11:54:46 -07:00
requirements.txt Fix all the current brokeness 2015-04-01 11:54:46 -07:00
setup.cfg Fix all the current brokeness 2015-04-01 11:54:46 -07:00
setup.py Fix all the current brokeness 2015-04-01 11:54:46 -07:00
test-requirements.txt Fix all the current brokeness 2015-04-01 11:54:46 -07:00
tox.ini Fix all the current brokeness 2015-04-01 11:54:46 -07:00

README.rst

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