Revision 58350a50 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 line:
83

  
84
.. code-block:: console
85

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

  
88
with:
89

  
90
.. code-block:: console
91

  
92
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
93

  
94
|
95

  
96
Also in pithos-host edit ``/etc/synnefo/20-snf-pithos-webclient-cloudbar.conf``
97
and the following line:
98

  
99
.. code-block:: console
100

  
101
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
102

  
103
with:
104

  
105
.. code-block:: console
106

  
107
    CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'
108

  
109
|
110

  
111
Finally in cyclades-node edit ``/etc/synnefo/20-snf-cyclades-app-cloudbar.conf``
112
and replace the following line:
113

  
114
.. code-block:: console
115

  
116
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/im/get_services'
117

  
118
with:
119

  
120
.. code-block:: console
121

  
122
   CLOUDBAR_SERVICES_URL = 'https://node1.example.com/astakos/api/get_services'

Also available in: Unified diff