You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Jasdeep Hundal (JIRA)" <ji...@apache.org> on 2014/03/26 22:48:15 UTC

[jira] [Comment Edited] (JCLOUDS-514) Need to be able to attach block volumes at instance creation in Nova

    [ https://issues.apache.org/jira/browse/JCLOUDS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948524#comment-13948524 ] 

Jasdeep Hundal edited comment on JCLOUDS-514 at 3/26/14 9:47 PM:
-----------------------------------------------------------------

This ticket is specifically for just attaching, though I think the mechanism may be the same, just that we don't specify an image when we intend to boot from volume.


was (Author: jasdeep):
This ticket is specifically for attaching, though I think the mechanism may be the same, just that we don't specify an image when we intend to boot from volume.

> Need to be able to attach block volumes at instance creation in Nova
> --------------------------------------------------------------------
>
>                 Key: JCLOUDS-514
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-514
>             Project: jclouds
>          Issue Type: New Feature
>          Components: jclouds-compute, jclouds-core
>            Reporter: Jasdeep Hundal
>              Labels: features
>             Fix For: 1.8.0
>
>
> The Nova API allows for attaching block volumes to an instance at creation time, it would be nice to access this feature through JClouds.
> Example Nova JSON:
> {"server": {"name": "jasdeep-test", "imageRef": "ed5912af-ff25-4ff3-bbec-6c00898c14b8", "block_device_mapping": [{"volume_size": "", "volume_id": "f696b2aa-4c83-40ad-ab25-984b59dd2e3c", "delete_on_termination": "1", "device_name": "vda"}], "flavorRef": "small", "max_count": 1, "min_count": 1}}



--
This message was sent by Atlassian JIRA
(v6.2#6252)