You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Lior Goikhburg (JIRA)" <ji...@apache.org> on 2014/04/28 15:50:19 UTC

[jira] [Created] (LIBCLOUD-544) Passing a dict of metadata to create_node method of GCE driver doesn't work.

Lior Goikhburg created LIBCLOUD-544:
---------------------------------------

             Summary: Passing a dict of metadata to create_node method of GCE driver doesn't work.
                 Key: LIBCLOUD-544
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-544
             Project: Libcloud
          Issue Type: Bug
            Reporter: Lior Goikhburg


GCE requires metadata to be sent in the following way:

metadata = {"items": [{"value": "val1", "key": "key1"}, {"value": "val2", "key": "key2"}]}



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