Revision 79b5d61b docs/upgrade/upgrade-0.14.rst

b/docs/upgrade/upgrade-0.14.rst
74 74
of pending applications per user::
75 75

  
76 76
    astakos-host$ snf-manage reconcile-resources-astakos --fix
77

  
78
4 Change Astakos URIs in settings
79
=================================
80

  
81
In astakos-host edit ``/etc/synnefo/20-snf-astakos-app-cloudbar.conf`` and replace
82
the following lines:
83

  
84
.. code-block:: console
85

  
86
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
87
    CLOUDBAR_MENU_URL = 'https://node1.example.com/im/get_menu'
88

  
89
with:
90

  
91
.. code-block:: console
92

  
93
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
94
    CLOUDBAR_MENU_URL = 'https://node1.example.com/astakos/api/get_menu'
95

  
96
|
97

  
98
Also in pithos-host edit ``/etc/synnefo/20-snf-pithos-webclient-cloudbar.conf``
99
and the following lines:
100

  
101
.. code-block:: console
102

  
103
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
104
    CLOUDBAR_MENU_URL = 'https://node1.example.com/im/get_menu'
105

  
106
with:
107

  
108
.. code-block:: console
109

  
110
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
111
    CLOUDBAR_MENU_URL = 'https://node1.example.com/astakos/api/get_menu'
112

  
113
|
114

  
115
Finally in cyclades-node edit ``/etc/synnefo/20-snf-cyclades-app-cloudbar.conf``
116
and replace the following lines:
117

  
118
.. code-block:: console
119

  
120
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
121
   CLOUDBAR_MENU_URL = 'https://account.node1.example.com/im/get_menu'
122

  
123
with:
124

  
125
.. code-block:: console
126

  
127
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
128
   CLOUDBAR_MENU_URL = 'https://account.node1.example.com/astakos/api/get_menu'

Also available in: Unified diff