root / docs / index.rst @ c3e5f0bc
History | View | Annotate | Download (518 Bytes)
1 |
Synnefo project documentation |
---|---|
2 |
============================= |
3 |
|
4 |
Synnefo is a software infrastructure for management of IaaS clouds. |
5 |
It combines a Django-based implementation of OpenStack Compute API with |
6 |
Google Ganeti for VM management at the backend. |
7 |
|
8 |
.. toctree:: |
9 |
:maxdepth: 2 |
10 |
|
11 |
src/intro |
12 |
src/install |
13 |
src/configuration |
14 |
src/deployment |
15 |
src/admin |
16 |
src/develop |
17 |
src/storage |
18 |
src/upgrade |
19 |
src/changelog |
20 |
|
21 |
|
22 |
Indices and tables |
23 |
================== |
24 |
|
25 |
|
26 |
* :ref:`genindex` |
27 |
* :ref:`modindex` |
28 |
* :ref:`search` |
29 |
|