Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / api @ b6f688dd

Name Size
  fixtures
  management
  templates
  tests
__init__.py 0 Bytes
compute_urls.py 2.2 kB
extensions.py 2.7 kB
faults.py 2.3 kB
flavors.py 4 kB
floating_ips.py 8.9 kB
images.py 12.3 kB
models.py 0 Bytes
network_urls.py 2 kB
networks.py 7.3 kB
ports.py 9.6 kB
servers.py 33.3 kB
services.py 5.9 kB
subnets.py 9.2 kB
util.py 15.9 kB
versions.py 3.9 kB

Latest revisions

# Date Author Comment
aff81af3 12/19/2013 06:05 pm Christos Stavrakakis

cyclades: Fix typo

ce2cf379 12/19/2013 05:26 pm Christos Stavrakakis

cyclades: Fix typo

bdedfd9d 12/19/2013 05:22 pm Christos Stavrakakis

cyclades: Add 'userid' and 'public' to subnets

Extend 'Subnet' model with 'userid' and 'public' attributes. This is
required in order to avoid an expensive join when listing subnets. This
commit also includes a database migration for existing subnets.

bf58eed3 12/19/2013 04:36 pm Dionysis Grigoropoulos

cyclades: Set detail=True by default

  • Set detail=True by default for networks and ports
  • Update subnets to support /detail
01def7a4 12/19/2013 04:36 pm Dionysis Grigoropoulos

cyclades: Properly handle subnet/floating_ip IDs

  • Propery handle IDs that weren't an integer
03d430b5 12/18/2013 07:17 pm Christos Stavrakakis

cyclades: Comment out unused tests

Security groups are not working yet. Comment out relevant tests.

b7e79bf3 12/18/2013 11:51 am Christos Stavrakakis

cyclades: Do not prefetch related in get()

883c1f94 12/17/2013 05:11 pm Christos Stavrakakis

cyclades: Optimize network related DB queries

Use 'prefetch_related' and 'select_related' to optimize DB queries.

e0b9a688 12/17/2013 12:03 pm Dionysis Grigoropoulos

cyclades: Fix bugs in port creation

  • Fix the name of a port not being saved
  • Check the length of the name of a port is within acceptable limits
e1fab40f 12/09/2013 06:07 pm Christos Stavrakakis

cyclades: Fix locking issue in port create

Lock VM before locking network, because otherwise a deadlock may occur
with code of snf-dispatcher.

View revisions

Also available in: Atom