Statistics
| Branch: | Tag: | Revision:

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

Name Size
  fixtures
  management
  templates
  tests
__init__.py 0 Bytes
compute_urls.py 2.2 kB
extensions.py 2.6 kB
faults.py 2.3 kB
flavors.py 4 kB
floating_ips.py 8.8 kB
images.py 11.9 kB
models.py 0 Bytes
network_urls.py 2 kB
networks.py 6.9 kB
ports.py 9.4 kB
servers.py 33 kB
services.py 6 kB
subnets.py 8.9 kB
util.py 15.8 kB
versions.py 3.9 kB

Latest revisions

# Date Author Comment
18aedecd 11/20/2013 01:23 pm Christos Stavrakakis

cyclades: Allow snapshots only for ext_ template

Do not allow creation of VMs from snapshots or taking a snapshot from a
volume, if the disk template is not ext_*.

212709f0 11/20/2013 01:23 pm Christos Stavrakakis

cyclades: Various fixes for snapshots

334bbd75 11/20/2013 01:23 pm Christos Stavrakakis

cyclades: Add 'is_snapshot' to API responses

Add 'is_snapshot' attribute to Plankton and Compute Images API
responses.

6a93d35a 11/20/2013 01:23 pm Christos Stavrakakis

cyclades: Fix prefixes of images/snapshots

12394bd5 11/20/2013 01:23 pm Christos Stavrakakis

cyclades: Include volumes in server list response

43387972 11/20/2013 01:21 pm Christos Stavrakakis

cyclades: Initialize 'volume' app

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

7bbe4333 11/20/2013 12:05 pm Ilias Tsitsimpis

cyclades: Catch exception in verify_personality

The verify_personality function assumes that the contents of a
personality is encoded in base64 and tries to decode them. But if the
client didn't encode them a TypeError `Incorrect padding' will be
raised. Catch this exception and raise a BadRequest.

5083fc47 11/15/2013 02:13 pm Christos Stavrakakis

Rename 'cpu' and 'ram' resources

Rename CPU and RAM relative resources to avoid data migrations.
Specifically, the resources that are renamed are the following:

  • cpu -> total_cpu
  • ram -> total_ram
  • active_cpu -> cpu
  • active_ram -> ram
6e73f499 11/14/2013 12:14 pm Christos Stavrakakis

cyclades: Allow deletion of ports from public nets

Move check about deleting a port from a public network. This check is
only enforced in the API, but is allowed in logic layer, e.g. snf-manage
commands.

64209939 11/14/2013 12:14 pm Christos Stavrakakis

cyclades: Rename attribute to 'router:external'

Rename 'external_router' attribute of network to 'router:external' as
defined in the API.

View revisions

Also available in: Atom