Hi,
Here is my problem with the Linode API (I'm using the Python bindings).
When I do this:
Code:
api.linode_disk_createfromdistribution(
LinodeID=linode_id,
DistributionID=62,
Label='rootdisk',
Size=4096,
rootPass='sup0r-sikret')
I get this:
Code:
[{u'ERRORCODE': 2, u'ERRORMESSAGE': u'RootPass is required when creating an image from a Distribution'}]
I'm pretty much sure I'm doing it right because this very call worked yesterday.
I guess it's a bug on the Linode's side introduced during a recent update.