Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / server_attachments.py @ d05e5324

History | View | Annotate | Download (5.1 kB)

# Date Author Comment
d05e5324 02/03/2014 11:44 am Christos Stavrakakis

cyclades: Count quotas for volumes

Update Cyclades quotas to count the size of the Volumes in the
'cyclades.disk' resources:

  • Update server creation to count the disk not based on the server
    flavor, but on the newly created volumes (those volume which are in...
ec987d7d 01/31/2014 05:48 pm Christos Stavrakakis

cyclades: Fix bug in volume limit check

Deleted volume must not be included

5d805533 01/29/2014 03:57 pm Christos Stavrakakis

cyclades: Create servers with volumes

Extend Cyclades POST /servers API endpoint to support specifying volumes
when creating a server. The call is extended with the
'block_device_mapping_v2' field that contains a list of dictionaries,
each of which contains the following information about the devices that...