Revision e5d8df8c docs/astakos.rst

b/docs/astakos.rst
40 40

  
41 41
Astakos service co-ordinates the access to resources (and the subsequent
42 42
permission model) and acts as the single point of registry and entry to the
43
GRNET cloud offering, comprising of Cyclades and Pithos+ subsystems.
43
GRNET cloud offering, comprising of Cyclades and Pithos subsystems.
44 44

  
45 45
It also propagates the user state to the Aquarium pricing subsystem.
46 46

  
......
87 87
Cloud service user
88 88
~~~~~~~~~~~~~~~~~~
89 89

  
90
Alice requests a specific resource from a cloud service ex. Pithos+. In the
90
Alice requests a specific resource from a cloud service ex. Pithos. In the
91 91
request supplies the `X-Auth-Token` to identify whether she is eligible to
92 92
perform the specific task. The service contacts Astakos through its
93 93
``/astakos/api/authenticate`` api call (see :ref:`authenticate-api-label`)
......
139 139
Service Registration
140 140
--------------------
141 141

  
142
Services (ex. cyclades, pithos+) are registered in astakos via ``snf-manage registerservice``. This command generates and prints a service token useful for accessing the service API.
142
Services (ex. Cyclades, Pithos) are registered in astakos via ``snf-manage registerservice``. This command generates and prints a service token useful for accessing the service API.
143 143
Registered services can be viewed by ``snf-manage showservices`` command and ``snf-manage unregisterservice`` can be used to unregister a service.
144 144

  
145 145
.. _authentication-label:

Also available in: Unified diff