Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / commands.py @ 2eda9c61

History | View | Annotate | Download (6.8 kB)

# Date Author Comment
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...