Revision 73ebcd68 docs/dev-guide.rst

b/docs/dev-guide.rst
11 11
have been written for advanced operations wherever needed, and minor changes
12 12
for things that were missing or change frequently.
13 13

  
14
All Synnefo services have the analogous OpenStack API:
14
Most Synnefo services have a corresponding OpenStack API:
15 15

  
16 16
| Cyclades/Compute Service -> OpenStack Compute API
17 17
| Cyclades/Network Service -> OpenStack Compute/Network API (not Quantum yet)
18
| Cyclades/Image Service -> OpenStack Compute/Image API
19
| Cyclades/Plankton/Image Service -> OpenStack Glance API
18
| Cyclades/Image Service -> OpenStack Glance API
20 19
| Pithos/Storage Service -> OpenStack Object Store API
21 20
| Astakos/Identity Service -> Proprietary, moving to OpenStack Keystone API
21
| Astakos/Quota Service -> Proprietary API
22
| Astakos/Resource Service -> Proprietary API
22 23

  
23 24
Below, we will describe all Synnefo APIs with conjuction to the OpenStack APIs.
24 25

  
......
37 38
    Identity API <astakos-api-guide>
38 39

  
39 40

  
40
Resource and Quota API (Astakos)
41
================================
41
Resource and Quota Service API (Astakos)
42
========================================
42 43

  
43 44
.. toctree::
44 45
    :maxdepth: 2
......
71 72
details.
72 73

  
73 74

  
74
Images Service API (Cyclades/Plankton)
75
======================================
75
Image Service API (Cyclades)
76
============================
76 77

  
77
Plankton is the Image Service of Synnefo, currently implemented inside
78
Cyclades. Plankton exposes the OpenStack Glance API with minor changes wherever
79
needed.
78
The Image Service is implemented inside Cyclades. It exposes the OpenStack
79
Glance API with minor changes wherever needed.
80 80

  
81
This is the Cyclades/Plankton Image API:
81
This is the Cyclades/Image API:
82 82

  
83 83
.. toctree::
84 84
   :maxdepth: 2

Also available in: Unified diff