Revision e3ff6830 docs/upgrade/upgrade-0.14.rst

b/docs/upgrade/upgrade-0.14.rst
46 46
    cyclades-host$ snf-manage migrate
47 47

  
48 48

  
49
2.3 Configure Base URL settings for all services
50
------------------------------------------------
51

  
52
In order to make all services' URLs configurable and discoverable from
53
a single endpoint in Astakos through the Openstack Keystone API,
54
every service has a ``XXXXX_BASE_URL`` setting, or it's old corresponding
55
setting was renamed to this. Therefore:
56

  
57
* Rename ``ASTAKOS_URL`` setting to ``ASTAKOS_BASE_URL``
58
  everywhere in your settings, in all nodes and all config files.
59
  This must point to the top-level Astakos URL.
60

  
61
* In Cyclades settings, rename the ``APP_INSTALL_URL`` setting
62
  to ``CYCLADES_BASE_URL``. If no such setting has been configured,
63
  you must set it. It must point to the top-level Cyclades URL.
64

  
65
* In Pithos settings, introduce a ``PITHOS_BASE_URL`` setting.
66
  It must point to the top-level Pithos URL.
67

  
49 68
3 Quota-related steps
50 69
=====================
51 70

  

Also available in: Unified diff