Statistics
| Branch: | Tag: | Revision:

root / api @ 64938cb0

Name Size
  fixtures
  templates
__init__.py 0 Bytes
actions.py 9.3 kB
common.py 313 Bytes
faults.py 688 Bytes
flavors.py 2.1 kB
images.py 9.7 kB
middleware.py 2.7 kB
models.py 0 Bytes
networks.py 6.2 kB
servers.py 14 kB
tests.py 38.1 kB
urls.py 732 Bytes
util.py 8 kB
versions.py 2.6 kB

Latest revisions

# Date Author Comment
64938cb0 05/29/2011 04:37 pm Giorgos Verigakis

Connect networks API with the Ganeti

  • Create Ganeti network link when creating a network.
  • Delete the link when deleting the network.
  • Use a pool of GANETI_MAX_LINK_NUMBER network links.
  • Adding or removing a server from a network requires reboot.

A database migration is needed....

d44c236b 05/25/2011 06:23 pm Giorgos Verigakis

Refactor networks

  • VirtualMachines can have a number of nics that are attached to networks.
  • Networks can also be public
  • VirtualMachines can be attached to public networks that they don't own.
  • There is a special public network (id 1) that can't be deleted....
197398e2 05/16/2011 07:27 pm Giorgos Verigakis

Ignore updated field

API was changed to include an updated field in networks.

69d6d7dd 05/16/2011 07:02 pm Giorgos Verigakis

Add XML output for networks

Additionally:
- Return created and updated timestamps too.
- Bugfix in XML of image

Fixes #553

5509b599 05/16/2011 06:36 pm Giorgos Verigakis

Update timestamps when metadata/networks change

Applies to servers and images.

Fixes #525

aa197ee4 05/10/2011 01:35 pm Vangelis Koukis

Fix redundant whitespace at end of lines

Remove all unecessary whitespace at end of lines.
See
http://stackoverflow.com/questions/5257553/coloring-white-space-in-git-diffs-output

for a way to have git highlight redundant whitespace automatically.

865fd434 05/10/2011 01:25 pm Vangelis Koukis

Merge branch 'api-current' into ui-0.3

Conflicts:
api/tests.py

97e56881 05/10/2011 01:17 pm Vangelis Koukis

Fix test token duration, minor bug in API

Modify db/fixtures/initial_data.json and settings.py.dist to
fix the duration of the test token.

Fix minor bug in api/util.py when no valid SynnefoUser
could be found or the provided X-Auth-Token was invalid.

aa519091 05/09/2011 07:16 pm Giorgos Gousios

Simple test for requests with out X-Auth-Tokens

1428a464 05/09/2011 03:37 pm Giorgos Gousios

Move and fix test cases to the appropriate locations

View revisions

Also available in: Atom