linode.disk.createfromdistribution -> RootPass is require
Here is my problem with the Linode API (I'm using the Python bindings).
When I do this:
api.linode_disk_createfromdistribution(
LinodeID=linode_id,
DistributionID=62,
Label='rootdisk',
Size=4096,
rootPass='sup0r-sikret')
I get this:
[{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.
4 Replies
@sweh:
Is case important?
Officially not, but I've tried all sensible combinations anyways
I'm impressed.
Thanks, Chris!