GitHub user vdloo opened a pull request:
https://github.com/apache/libcloud/pull/1257
implement OpenStack_1_1_NodeDriver ex_get_snapshot
to list a specific volume snapshot by ID, similar to `ex_get_volume`
```
In [5]: conn.ex_get_snapshot(myid)
Out[5]: <VolumeSnapshot "hypernode-magweb-2018-11-02T10:16:29Z"
id=1142e249-4cc0-4b47-a3ee-ec9c9e444b1b size=40 driver=OpenStack
state=available>
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vdloo/libcloud
implement-openstack-v1-1-ex-get-snapshot
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1257.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 #1257
----
commit 0039adaa8762295012f39c43feb111bdace0b973
Author: Rick van de Loo <rickvandeloo@...>
Date: 2018-11-26T11:43:50Z
implement OpenStack_1_1_NodeDriver ex_get_snapshot
to list a volume snapshot by ID, similar to `ex_get_volume`
----
---