Revision d88ba587 docs/developers/clients-api.rst
b/docs/developers/clients-api.rst | ||
---|---|---|
6 | 6 |
|
7 | 7 |
A good example of an application build on kamaki.clients is kamaki.cli, the command line interface of kamaki. |
8 | 8 |
|
9 |
Since synnefo services are build as OpenStack extensions, an inheritance approach has been chosen for implementing clients for both. In specific, the *compute*, *storage* and *image* modules are clients of the OS compute, OS storage and Glance APIs, respectively. On the contrary, all the other modules are Synnefo extensions (*cyclades* extents *compute*, *pithos* and *pithos_rest_api* extent *storage*) or novel synnefo services (e.g. *astakos*).
|
|
9 |
Since synnefo services are build as OpenStack extensions, an inheritance approach has been chosen for implementing clients for both. In specific, the *compute*, *storage* and *image* modules are clients of the OS compute, OS storage, respectively. On the contrary, all the other modules are Synnefo extensions (*cyclades* extents *compute*, *pithos* and *pithos_rest_api* extent *storage*) or novel synnefo services (e.g. *astakos*, *image* for *plankton*).
|
|
10 | 10 |
|
11 | 11 |
Setup a client instance |
12 | 12 |
----------------------- |
Also available in: Unified diff