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

10 commits

Author SHA1 Message Date
Paul Thornthwaite
bc26c4e433 [rackspace] Updates reference to service 2013-01-07 21:01:20 +00:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Kyle Rames
611870f787 Updated the save method in Fog::Rackspace::BlockStorage::Volume and Fog::Rackspace::BlockStorage::Snapshot to throw an exception if the identity attribute is set per geemus; rebased code to latest master 2012-12-20 11:33:43 -06:00
Kyle Rames
1efffe5d85 updated save method in Fog::Rackspace::BlockStorage::Volume and Fog::Rackspace::BlockStorage::Snapshot to skip creating cloud reources if identity was already set Fixes #1402 2012-12-20 09:15:56 -06:00
Kyle Rames
21d5892d44 added create_snapshot method to Fog::Rackspace::BlockStorage::Volume 2012-12-19 16:32:23 -06:00
Brad Gignac
4a5fc118b0 [rackspace|blockstorage] Add relationship between volumes and snapshots. 2012-09-13 10:27:49 -04:00
Julio Feijo
5fcb9e6e37 [rackspace|blockstorage] Add snapshots to block storage. 2012-09-13 10:27:01 -04:00
Julio Feijo
82034ce6b1 [rackspace|blockstorage] Add volume types to block storage. 2012-09-13 10:26:30 -04:00
Brad Gignac
c149d80988 [rackspace|blockstorage] Add volume tests. 2012-09-13 10:26:30 -04:00
Julio Feijo
a1513800cb [rackspace|blockstorage] Add block storage provider. 2012-09-13 10:25:28 -04:00