Skip to content

Instantly share code, notes, and snippets.

@rushiagr
Created January 23, 2014 06:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rushiagr/8573862 to your computer and use it in GitHub Desktop.
Save rushiagr/8573862 to your computer and use it in GitHub Desktop.
Things to be done in AWS API of OpenStack, with respect to Cinder (block storage)
List of work to be done
-----------------------
CreateVolume - None
CreateSnapshot - None
DeleteVolume - None
DeleteSnapshot - None
AttachVolume None
DetachVolume - None
DescribeVolumes
- Filters
- attachment.attach-time
- attachment.delete-on-termination
- attachment.device
- attachment.instance-id
- attachment.status
- create-time
- tag key, tag value, tag:key=value
DescribeSnapshots
- Owner.n
- RestorableBy.n
- Filters
- description
- owner-alias
- progress
- start-time
- tag key, tag value, tag:key=value
- volume-size
(Common API)
DescribeTags
- MaxResults
- NextToken
NOT IMPLEMENTED
CopySnapshot
ModifySnapshotAttribute, DescribeSnapshotAttribute, ResetSnapshotAttribute
ModifyVolumeAttribute, DescribeVolumeAttribute
DescribeVolumeStatus, DescribeSnapshotStatus
EnableVolumeIO
ImportVolume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment