GitHub user chebykin opened a pull request:
https://github.com/apache/libcloud/pull/1212
Add tags extra attribute to DigitalOcean compute
Add `tags` extra attribute to DigitalOcean compute create_node
### Description
`tags` attribute is not listed in permitted attributes for create_node
request
https://developers.digitalocean.com/documentation/v2/#create-a-new-droplet
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chebykin/libcloud add-do-node-tags
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1212.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1212
----
commit 1b5fe89cea01b094d2ac079462b2b493f4243ce2
Author: Nikita Chebykin <nikita@...>
Date: 2018-05-20T15:21:08Z
Add tags extra attribute to DigitalOcean compute
----
---