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

b/docs/upgrade/upgrade-0.14.rst
131 131

  
132 132
You need to register astakos as a component. Moreover you need to register
133 133
all services provided by cyclades and pithos.
134

  
135 134
Running the following script you will be asked to provide the base
136
installation URL for each component. You will also need to specify the URL
137
where the astakos UI resides::
135
installation URL for each component. You will also need to specify the UI
136
URL for astakos.
137

  
138
The former is the location where each component resides; it should equal
139
the ``<component_name>_BASE_URL`` as specified in the respective component
140
settings (see above).
141

  
142
The latter is the URL that appears in the Cloudbar and leads to the
143
component UI. If you want to follow the default setup, set
144
the UI URL to ``<base_url>/ui/`` where ``base_url`` the component's base
145
URL as explained before. (You can later change the UI URL with
146
``snf-manage component-modify <component_name> --url new_ui_url``)::
138 147

  
139 148
    astakos-host$ snf-component-register
140 149

  

Also available in: Unified diff