Created
January 23, 2014 06:27
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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