Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / api @ 18cb3999

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.4 kB
services.py 6.1 kB
subnets.py 9.2 kB
util.py 16.2 kB
versions.py 3.9 kB

Latest revisions

# Date Author Comment
4944a1f8 01/09/2014 02:23 pm Christos Stavrakakis

cyclades: Various fixes for volumes and snapshots

6c291f42 01/09/2014 02:22 pm Christos Stavrakakis

cyclades: Initialize 'volume' app

Initialize new 'volume' app, which will implement the block storage API
of Cyclades.

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.

View revisions

Also available in: Atom