Statistics
| Branch: | Tag: | Revision:

root / astakosclient @ 32401481

Name Size
  astakosclient
  docs
COPYRIGHT 1.5 kB
MANIFEST.in 28 Bytes
distribute_setup.py 15.4 kB
setup.py 6.5 kB

Latest revisions

# Date Author Comment
cfd39ba2 07/12/2013 03:47 pm Georgios D. Tsoukalas

Merge branch 'feature-fix-service-version-numbers' into feature-reconfigure-settings

Conflicts:
snf-astakos-app/astakos/im/tests/api.py
snf-common/synnefo/lib/services.py
snf-cyclades-app/synnefo/api/tests/flavors.py
snf-cyclades-app/synnefo/api/tests/images.py...

52f72710 07/12/2013 11:50 am Georgios D. Tsoukalas

Merge branch 'develop' into feature-reconfigure-settings

Conflicts:
snf-astakos-app/astakos/im/tests/api.py
snf-astakos-app/astakos/urls.py
snf-cyclades-app/synnefo/api/test/servers.py
snf-cyclades-app/synnefo/api/tests/networks.py
snf-cyclades-app/synnefo/app_settings/urls.py...

44a90141 07/10/2013 05:43 pm Georgios D. Tsoukalas

Remove 'v' from service version IDs, keep it in URLs

- Openstack versionId does not have a leading 'v' as
in 'v1.0', but is just '1.0'. URLs do have the 'v'.

- Compute is v2 instead of v2.0

- some more version-related fixes

69938f7a 07/04/2013 11:10 am Ilias Tsitsimpis

astakosclient: Don't retry when response is 413

34f707ce 06/19/2013 11:06 am Christos Stavrakakis

astakosclient: Fix bug in setup.py

astakosclient should be added to the beggining of the sys.path instead,
of the end, since astakosclient may already be installed on the system.

c2c4af89 06/12/2013 07:35 pm Georgios D. Tsoukalas

common: reconfigure the synnefo settings framework

- add 'services' endpoint in 'synnefo' namespace,
where all components register their services.

- add three stages of setting initialization:
1. preprocessing, after default settings are read from components,...

b173906e 06/12/2013 03:08 pm Ilias Tsitsimpis

astakosclient: Fix url paths

Fix some Astakos' urls paths that were broken.
Remove get_endpoints and rename get_user_info_with_endpoints
to get_endpoints.
Fix tests.

bdb325a1 06/11/2013 12:42 pm Georgios D. Tsoukalas

astakos: add weblogin service for non-web clients

02d597a0 06/10/2013 09:20 pm Christos Stavrakakis

astakosclient: Log warning when retrying

Make astakosclient log a warning, instead of info, when retrying
requests to Astakos.

2b40f200 06/10/2013 08:00 pm Christos Stavrakakis

Make API faults have default 500 status code

Make the default status code of API Fault and AstakosClientException
to be 500.

View revisions

Also available in: Atom