Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / vmapi @ aca448cf

Name Size
__init__.py 2.1 kB
models.py 2.3 kB
settings.py 1.9 kB
tests.py 3.4 kB
urls.py 1.8 kB
views.py 2.1 kB

Latest revisions

# Date Author Comment
fc5e8f04 06/04/2013 05:32 pm Georgios D. Tsoukalas

cyclades: add version 'v1.0' to vmapi URLs

cbc4c781 06/04/2013 02:15 pm Georgios D. Tsoukalas

cyclades: fix URLs in vmapi

e3ff6830 06/03/2013 11:49 am Georgios D. Tsoukalas

make synnefo URLs consistent and configurable

https://service.deployment.vendor.tld/service-base/api-prefix/hard/path |___________________________________| |__________| |________| |_______|
BASE_HOST BASE_PATH PREFIX Hardcoded...

d2c9adac 05/15/2013 06:36 pm Christos Stavrakakis

Use custom method for joining urls

Implement 'join_urls' method for joining a base URL with a path,
without worrying about redundant or missing "/". Do not use
'urlparse.urljoin', since it has different semantics.

b5eef933 05/09/2013 03:12 pm Christos Stavrakakis

cyclades: Fix vmapi test

Use 'urljoin' to compute the 'config_url' parameter.

acd8cd7d 04/26/2013 01:44 pm Christos Stavrakakis

vmapi: Remove extra '/' from config_url

Use urlparse.urljoin create the config url in order to avoid extra '/'.

68b952f9 02/01/2013 04:52 pm Christos Stavrakakis

pep8 fixes

79b7dbb7 11/23/2012 01:50 pm Christos Stavrakakis

Use vmapi when creating servers

Use the vmapi when creating servers. Creete instance RAPI call takes the
configuration url instead all the image parametere. The id and format
of the image are still passed, just for readability and debugging.

Also renamed params_url to config-url.

4861c546 11/23/2012 01:14 pm Christos Stavrakakis

Fix vmapi BASE_URL

a9e5e76a 11/22/2012 02:15 pm Kostas Papadimitriou

vmapi improvements

View revisions

Also available in: Atom