Revision e17fc76f

b/docs/quick-install-admin-guide.rst
958 958
The token has been generated automatically during the :ref:`Pithos service
959 959
registration <services-reg>`.
960 960

  
961
Then we need to setup the web UI and connect it to astakos. To do so, edit
962
``/etc/synnefo/20-snf-pithos-webclient-settings.conf``:
963

  
964
.. code-block:: console
965

  
966
    PITHOS_UI_LOGIN_URL = "https://node1.example.com/ui/login?next="
967
    PITHOS_UI_FEEDBACK_URL = "https://node2.example.com/feedback"
968

  
969
The ``PITHOS_UI_LOGIN_URL`` option tells the client where to redirect you, if
970
you are not logged in. The ``PITHOS_UI_FEEDBACK_URL`` option points at the
971
Pithos feedback form. Astakos already provides a generic feedback form for all
972
services, so we use this one.
973

  
974 961
The ``PITHOS_UPDATE_MD5`` option by default disables the computation of the
975 962
object checksums. This results to improved performance during object uploading.
976 963
However, if compatibility with the OpenStack Object Storage API is important
b/docs/scale/i-pithos.rst
82 82
    CLOUDBAR_SERVICES_URL = 'https://accounts.example.com/ui/get_services'
83 83
    CLOUDBAR_MENU_URL = 'https://accounts.example.com/ui/get_menu'
84 84

  
85
    PITHOS_UI_LOGIN_URL = "https://accounts.example.com/ui/login?next="
86

  
87
    PITHOS_UI_FEEDBACK_URL = "/feedback"
88

  
89

  
90 85
XXXXXXXXXXXXXX  should be the Pithos token and id found on astakos node by running:
91 86

  
92 87
.. code-block:: console

Also available in: Unified diff