RETIRED, Cross-platform instance initialization
Go to file
malei d0f880277b Put py34 first in the env order of tox
To solve the problem of "db type could
not be determined" on py34 we have to run first the py34 env to, then, run
py27. This patch puts py34 first on the tox.ini list of envs to avoid this
problem to happen.

Change-Id: I50f894062cf681a44fe7da2342a74b31898f47e8
2015-10-19 03:26:29 +08:00
cloudinit Use a single source for version information. 2015-09-04 15:52:47 +01:00
doc/source Clean up stale auto-generated autodoc files. 2015-06-25 15:22:43 +00: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: support running other than ./tools/tox-venv 2015-07-02 17:53:53 +00:00
.gitignore Don't consider version-specific code for coverage. 2015-07-06 17:46:10 +01:00
.gitreview It seems like httppretty 0.8.11 and 0.8.12 are broken 2016-01-06 15:19:45 -08:00
HACKING.rst Update stackforge to openstack 2016-01-08 23:11:16 +00:00
LICENSE LICENSE: correct wording with respect to Apache 2 2015-09-28 10:05:19 -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 README.rst: mention bugs are tracked in launchpad 2015-07-16 09:59:06 -04:00
requirements.txt Bring over the 'templater' from bzr 2015-07-02 17:52:51 +00:00
setup.cfg Fail the doc build if we have any warnings. 2015-06-12 18:33:11 +01:00
setup.py Fix all the current brokeness 2015-04-01 11:54:46 -07:00
test-requirements.txt It seems like httppretty 0.8.11 and 0.8.12 are broken 2016-01-06 15:19:45 -08:00
tox.ini Put py34 first in the env order of tox 2015-10-19 03:26:29 +08:00

README.rst

Cloud-init

Cloud-init initializes systems for cloud environments.

Join us

Bugs

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

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