Revision 0be81d73 docs/upgrade/upgrade-0.14.rst

b/docs/upgrade/upgrade-0.14.rst
79 79
=================================
80 80

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

  
84 84
.. code-block:: console
85 85

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

  
89 88
with:
90 89

  
91 90
.. code-block:: console
92 91

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

  
96 94
|
97 95

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

  
101 99
.. code-block:: console
102 100

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

  
106 103
with:
107 104

  
108 105
.. code-block:: console
109 106

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

  
113 109
|
114 110

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

  
118 114
.. code-block:: console
119 115

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

  
123 118
with:
124 119

  
125 120
.. code-block:: console
126 121

  
127 122
   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