openstacknetsdk / openstack.net

An OpenStack Cloud SDK for Microsoft .NET
http://www.openstacknetsdk.org
Other
117 stars 101 forks source link

Support Compute Volumes and Volume Snapshots #587

Closed carolynvs closed 8 years ago

carolynvs commented 8 years ago

Implement compute's os-volumes and os-snapshots endpoints which let you manage cinder volumes from the nova api. Some of the functionality, e.g. waiting until a volume is active, won't be available until we migrate cinder.

Fixes #578.