Revision 611c1bf4

b/Changelog
17 17
* Integrate Pithos tests in continuous integration.
18 18

  
19 19
* Change astakosclient to accept AUTH_URL instead of BASE_URL
20
	ASTAKOS_BASE_URL settings has been removed from Pithos and Cyclades
21
	and has been replaced with ASTAKOS_AUTH_URL. Both Pithos and Cyclades
22
	proxy the Astakos services under ASTAKOS_PROXY_PREFIX path.
23
	ASTAKOS_PROXY_PREFIX by default has a value of '_astakos'.
24
	More specifically, Astakos' identity service is proxied under
25
	'_astakos/identity', Astakos' account service is under '_astakos/account'
26
	and Astakos' ui service is under '_astakos/ui'.
20
  ASTAKOS_BASE_URL settings has been removed from Pithos and Cyclades
21
  and has been replaced with ASTAKOS_AUTH_URL. Both Pithos and Cyclades
22
  proxy the Astakos services under ASTAKOS_PROXY_PREFIX path.
23
  ASTAKOS_PROXY_PREFIX by default has a value of '_astakos'.
24
  More specifically, Astakos' identity service is proxied under
25
  '_astakos/identity', Astakos' account service is under '_astakos/account'
26
  and Astakos' ui service is under '_astakos/ui'.
27 27

  
28 28
* Add 'mail_admins' handler to 'django.request' logger in order to send email
29 29
  notifactions to users listed in 'ADMINS' setting about unhandled exceptions

Also available in: Unified diff