Skip to content
New issue

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

DO API V2 removed virtio parameter #64

Open
kireal opened this issue Aug 30, 2019 · 0 comments
Open

DO API V2 removed virtio parameter #64

kireal opened this issue Aug 30, 2019 · 0 comments

Comments

@kireal
Copy link

kireal commented Aug 30, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant