RETIRED, Cross-platform instance initialization
Go to file
Scott Moser 2b4e90d8ed LICENSE: license / header redux
- put a brief description of license in LICENSE file
- put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0
- simplify the per-file header to reference LICENSE

- also, tox.ini: work around httpretty issue

Change-Id: I259ed23767472047da823c1a67085e47afc561d8
2015-05-13 21:26:05 -04:00
cloudinit LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
doc/source LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
inits LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
packages LICENSE: license / header redux 2015-05-13 21:26:05 -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 wording of push to 2015-04-01 13:07:18 -07:00
LICENSE LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
LICENSE-Apache2.0 LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
LICENSE-GPLv3 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 LICENSE: license / header redux 2015-05-13 21:26:05 -04: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 LICENSE: license / header redux 2015-05-13 21:26:05 -04: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