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]