@@ -6,7 +6,7 @@ Kamaki features a clients API for building third-party client applications that
A good example of an application build on kamaki.clients is kamaki.cli, the command line interface of kamaki.
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*).
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*).
@@ -123,10 +123,10 @@ The [global] group is treated by kamaki as a generic group for arbitrary options
* network.cli <UI command specifications for virtual networks>
a special package that is used to load cyclades virtual network commands to kamaki UIs. Don't touch this unless you know what you are doing.
* image.url <Glance image service url>
the url of the Glance service. Set to Okeanos.grnet.gr Plankton service be default. Users should set a different value if they need to use a different service.
* image.url <Plankton image service url>
the url of the Plankton service. Set to Okeanos.grnet.gr Plankton service be default. Users should set a different value if they need to use a different service.
* image.cli <UI command specifications for Glance and Cyclades image service>
* image.cli <UI command specifications for Plankton and Cyclades image service>
a special package that is used to load image-related commands to kamaki UIs. Don't touch this unless you know what you are doing.
* astakos.url <Astakos authentication service url>