Revision 7fb14dbb docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
931 931
.. code-block:: console
932 932

  
933 933
    CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
934
    PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE = '3'
935 934
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/ui/get_services'
936 935
    CLOUDBAR_MENU_URL = 'https://node1.example.com/ui/get_menu'
937 936

  
938 937
The ``CLOUDBAR_LOCATION`` tells the client where to find the astakos common
939 938
cloudbar.
940 939

  
941
The ``PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE`` points to an already registered
942
Astakos service. You can see all :ref:`registered services <services-reg>` by
943
running on the Astakos node (node1):
944

  
945
.. code-block:: console
946

  
947
   # snf-manage service-list
948

  
949
The value of ``PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE`` should be the pithos
950
service's ``id`` as shown by the above command, in our case ``3``.
951

  
952 940
The ``CLOUDBAR_SERVICES_URL`` and ``CLOUDBAR_MENU_URL`` options are used by the
953 941
Pithos web client to get from astakos all the information needed to fill its
954 942
own cloudbar. So we put our astakos deployment urls there.
......
1738 1726
.. code-block:: console
1739 1727

  
1740 1728
   CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
1741
   CLOUDBAR_ACTIVE_SERVICE = '2'
1742 1729
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/ui/get_services'
1743 1730
   CLOUDBAR_MENU_URL = 'https://account.node1.example.com/ui/get_menu'
1744 1731

  
......
1750 1737
``/etc/synnefo/20-snf-pithos-webclient-cloudbar.conf`` on the previous
1751 1738
:ref:`Pithos configuration <conf-pithos>` section.
1752 1739

  
1753
The ``CLOUDBAR_ACTIVE_SERVICE`` points to an already registered Astakos
1754
service. You can see all :ref:`registered services <services-reg>` by running
1755
on the Astakos node (node1):
1756

  
1757
.. code-block:: console
1758

  
1759
   # snf-manage service-list
1760

  
1761
The value of ``CLOUDBAR_ACTIVE_SERVICE`` should be the cyclades service's
1762
``id`` as shown by the above command, in our case ``2``.
1763

  
1764 1740
Edit ``/etc/synnefo/20-snf-cyclades-app-plankton.conf``:
1765 1741

  
1766 1742
.. code-block:: console

Also available in: Unified diff