Revision 79b5d61b docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
610 610

  
611 611
    CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
612 612

  
613
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
613
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
614 614

  
615
    CLOUDBAR_MENU_URL = 'https://node1.example.com/im/get_menu'
615
    CLOUDBAR_MENU_URL = 'https://node1.example.com/astakos/api/get_menu'
616 616

  
617 617
Those settings have to do with the black cloudbar endpoints and will be
618 618
described in more detail later on in this guide. For now, just edit the domain
......
912 912

  
913 913
    CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
914 914
    PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE = '3'
915
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
916
    CLOUDBAR_MENU_URL = 'https://node1.example.com/im/get_menu'
915
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
916
    CLOUDBAR_MENU_URL = 'https://node1.example.com/astakos/api/get_menu'
917 917

  
918 918
The ``CLOUDBAR_LOCATION`` tells the client where to find the astakos common
919 919
cloudbar.
......
1722 1722

  
1723 1723
   CLOUDBAR_LOCATION = 'https://node1.example.com/static/im/cloudbar/'
1724 1724
   CLOUDBAR_ACTIVE_SERVICE = '2'
1725
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
1726
   CLOUDBAR_MENU_URL = 'https://account.node1.example.com/im/get_menu'
1725
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
1726
   CLOUDBAR_MENU_URL = 'https://account.node1.example.com/astakos/api/get_menu'
1727 1727

  
1728 1728
``CLOUDBAR_LOCATION`` tells the client where to find the Astakos common
1729 1729
cloudbar. The ``CLOUDBAR_SERVICES_URL`` and ``CLOUDBAR_MENU_URL`` options are

Also available in: Unified diff