History | View | Annotate | Download (4.3 kB)
Update astakos client to use user.uuid
Merge branch 'devel-0.11' into ui-0.11
Conflicts: snf-common/synnefo/lib/astakos.py snf-cyclades-app/synnefo/ui/static/snf/js/models.js
Pool HTTP connections to the astakos service
Have the astakos client use pooled HTTP connections to the astakosservice, uses facilities from synnefo/lib/pool/http.py.
Merge branch 'master' into ui-helpdesk
Conflicts: snf-common/Changelog
Fix authenticate
Differentiate Unauthorized astakos response from other error responses
Additional astakos client lib helper
to extract token from astakos cookies
Provide a fallback token to user library.
Common synnefo lib
Includes the following helpers to be used by synnefo django apps
- logging config initialization middlware- astakos authentication helpers- parse_http_date compat helper- rabbitmq client using pika