Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
n/a
In computer/drivers/linode.py, the return statement for the line of the create_node method should be:
< return self._to_nodes(data) — > return self._to_nodes(data)[0]