1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Akshay Moghe
dd175d9f94 Create a Snapshot based on a Disk 2013-10-25 16:03:07 -07:00
Akshay Moghe
d716ba1c1d Fix up the 'disk' api
A recent patch to introduce support for creating disks from
snapshots had a few problems:
1. Incorrect URL (to the snapshot resource) was being sent
2. Ruby syntax errors.

I looked into adding Shindo tests for this, but am not able to
since this request relies on a pre-existing snapshot which we
use for disk creation.
2013-08-13 14:01:00 -07:00
Akshay Moghe
5c3517a9b8 Add ability to get/list snapshots in GCE.
This patch...
1. Adds the Snapshot collection and model
2. Adds the get/list requests
3. adds some examples
2013-08-12 18:16:48 -07:00