Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / api @ 19d0725a

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.1 kB
floating_ips.py 9.1 kB
images.py 12.3 kB
models.py 0 Bytes
network_urls.py 2 kB
networks.py 7.6 kB
ports.py 10.5 kB
servers.py 33.9 kB
services.py 5.9 kB
subnets.py 9.3 kB
util.py 16.1 kB
versions.py 3.9 kB

Latest revisions

# Date Author Comment
19d0725a 02/12/2014 12:01 pm Christos Stavrakakis

cyclades: Add some unicode unittests

7a29e4ca 02/12/2014 10:44 am Dionysis Grigoropoulos

cyclades: Revert some changes from previous commit

Revert removal of duplicate code from commit
35ea7f671f28f4e3fbf4d1a58d32fd04fb5f3140

35ea7f67 02/11/2014 01:52 pm Dionysis Grigoropoulos

snf-cyclades: Various bug fixes in cyclades

  • When creating a new subnet, check if the given network_id is an int
  • Remove duplicate code from api/networks
  • Check name length when updating a server
  • Check name length when updating a network
  • Validate NIC ID is an int
182b2e2a 01/28/2014 11:21 am Dionysis Grigoropoulos

cyclades: Fix typo in tests/networks.py

6faf3c78 01/27/2014 03:35 pm Dionysis Grigoropoulos

cyclades: Typo fix in api/networks.py

  • Fix a typo that made responses report all networks as "deleted=True"
3d870b05 01/27/2014 02:17 pm Dionysis Grigoropoulos

cyclades: Update api/networks.py and typo fixes

  • Update api/networks.py to use the updated get_attribute from commit
    14402edcf6d19fc42a64ef93da3d66ef7969327b.
  • Add corresponding test case
  • Typo fix in an error message in api/subnets.py

Refs #4979

14402edc 01/24/2014 07:12 pm Christos Stavrakakis

cyclades: Validate fields of API requests

Make sure that all fields of a request (user input) have a valid type.
This commit validates 'ports', 'servers' and 'floating_ips' APIs.

Refs #4979

ba777b02 01/23/2014 03:44 pm Giorgos Korfiatis

cyclades: Detach serial from resource when resolved

62b76f38 01/22/2014 12:50 pm Christos Stavrakakis

cyclades: Extend flavors with 'allow_create' field

  • Add 'allow_create' field to Flavor DB model and the corresponding
    migration.
  • Extend API for flavors to return the 'SNF:allow_create' attribute
  • Update POST /servers API call to check that the flavor that is...
7219c7a3 01/20/2014 01:39 pm Christos Stavrakakis

cyclades: Add deleted attribute for changes-since

Extend API response for servers, networks, subnets and floating IPs,
to support HTTP 'changes-since' queries.

View revisions

Also available in: Atom