I need help! I am trying to create sshKeys(protocol pub_key username) for gce instance using libcloud API create_node
with parameter ex_metadata
while creating an instance. But username value is not getting saved when I check in google cloud console after the creation of instance.
Is there any different format to send sshKeys for metadata? I am sending data like this,
metadata = {"items": [{"value": value, "key": "sshKeys"}]}