We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there.
DO team removed virtio parameter from create droplet get request, here.
In virtio parameter should be removed from function new_dropplet v2, example:
if self.api_version == 2: params = { 'name': str(name), 'size': str(size_id), 'image': str(image_id), 'region': str(region_id), 'ipv6': str(ipv6).lower(), 'private_networking': str(private_networking).lower(), 'backups': str(backups_enabled).lower(), }
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there.
DO team removed virtio parameter from create droplet get request, here.
In virtio parameter should be removed from function new_dropplet v2, example:
Thanks.
The text was updated successfully, but these errors were encountered: