Statistics
| Branch: | Tag: | Revision:

root / api @ 3d9f561d

Name Size
  fixtures
  templates
__init__.py 0 Bytes
actions.py 11.5 kB
common.py 1.8 kB
faults.py 2.1 kB
flavors.py 3.6 kB
images.py 11.3 kB
middleware.py 2.5 kB
models.py 0 Bytes
networks.py 7.9 kB
servers.py 17.5 kB
tests.py 39.3 kB
urls.py 2.2 kB
util.py 10.6 kB
versions.py 4.1 kB

Latest revisions

# Date Author Comment
2b1db26f 09/22/2011 06:36 pm Giorgos Verigakis

Send personality as a backend parameter

Use a JSON dump the follows OpenStack syntax (list of dictionaries with 'path' and 'contents' keys)
Contents are base64 encoded.

Refs #1093

0419e0c1 09/22/2011 06:06 pm Giorgos Verigakis

Placeholder for personality support

Just log a warning for now.

Refs #1093

b75555e5 09/14/2011 01:29 pm Giorgos Verigakis

Prevent caching in API methods

Django's add_never_cache_headers will add Cache-Control: max-age=0 to the responses.

2c60cbef 09/14/2011 12:13 pm Giorgos Verigakis

Add deleted states in Flavor and SynnefoUser

A database migration is needed.

Refs #1055

856804af 09/07/2011 04:39 pm Vangelis Koukis

Minor modifications to error messages for clarity

55cd40be 09/03/2011 11:28 pm Vangelis Koukis

PEP8: two blank lines between top-level functions

Enforce PEP8 requirement of two blank lines between
top-level functions in api/servers.py.

510d53b5 09/03/2011 11:23 pm Vangelis Koukis

Re-raise exception on failure of RAPI create call

Re-raise exception when a CreateInstance() RAPI call fails,
to allow the traceback to propagate for debugging and logging purposes.

7395dbf8 07/27/2011 07:17 pm Vangelis Koukis

Merge branch 'api-current'

d54cd53a 07/26/2011 06:18 pm Giorgos Verigakis

Bugfix

19da4325 07/25/2011 02:21 pm Vangelis Koukis

Extend API to report build progress

Extend the API layer to report server build progress,
make the buildpercentage field a mandatory field with default value,
in the relevant South migration.

View revisions

Also available in: Atom