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

Marios Andreou commented on DTACLOUD-358:
-----------------------------------------

indeed - now I understand. Right now the Openstack driver uses the
ruby-openstack rubygem (which we co-maintain) to 'talk' to the
Openstack provider. In other words we only consume/interact with the
'native' Openstack (nova/swift/etc) APIs and not with the EC2 API that a
given Openstack provider may expose. This means that even though you are
passing 'user_data' to the server create method in your patch, this will
just be ignored (as the Openstack rubygem and the Openstack API in
general have no idea about 'user_data'). I have to work out the details
around this in order to add what you want - for example use the
appoxy/aws rubygem to talk to the ec2 endpoint of the openstack server.
                
> add user_data (EC2 API) for Openstack instance creation
> -------------------------------------------------------
>
>                 Key: DTACLOUD-358
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-358
>             Project: DeltaCloud
>          Issue Type: New Feature
>            Reporter: Marios Andreou
>            Assignee: Marios Andreou
>         Attachments: [PATCH] Add user-data support to openstack driver. - Ian 
> Main [email protected] - 2012-11-01 2151.eml
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to