[
https://issues.apache.org/jira/browse/JCLOUDS-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15697770#comment-15697770
]
Fritz Elfert commented on JCLOUDS-1206:
---------------------------------------
This pull request on github fixes the issue. (Tested with an yet unreleased
version of the jenkins jclouds plugin):
https://github.com/jclouds/jclouds/pull/1042
> Handling of user_data in digitalocean2 provider is broken
> ---------------------------------------------------------
>
> Key: JCLOUDS-1206
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1206
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-compute, jclouds-drivers
> Affects Versions: 2.0.0
> Reporter: Fritz Elfert
>
> The handling of user_data in digitalocean2 is unfortunately completely
> broken. The existing code assumes, that it is a string which contains a
> json_encoded map of key-value-pairs (containing both tags and user_data).
> This is wrong. According to their docs and easily verifyable, it is a SINGLE
> string which simply contains cloud-init data or a shell-script.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)