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

7 commits

Author SHA1 Message Date
Grzesiek Kolodziejczyk
c3278a1cc9 [Openstack|Volumes] alias type to volume_type
This makes the changes consistent with how it previously worked.
2013-07-18 17:32:20 +02:00
Grzesiek Kolodziejczyk
3f81b28a43 [Openstack|volume] create volumes from other vol. 2013-07-10 09:48:46 +02:00
Grzesiek Kolodziejczyk
9111f7aba7 [Openstack|volume] fix key name for volume_type
The cinder API uses volume_type instead of type.
2013-07-05 15:41:01 +02:00
Grzesiek Kolodziejczyk
f53fc98ff2 [openstack|volume] support imageRef option
Volumes can be created with the imageRef option, which dictates which
image to base the volume off.
2013-06-27 13:16:09 +02:00
Paul Thornthwaite
9d3a27f10a [openstack] Updates reference to service 2013-01-07 21:01:18 +00:00
Paul Thornthwaite
7961ad6508 [core] Deprecates 'connection' accessor
The 'connection' accessor in collections and models actually refered to
a subclassed instance of Fog::Service which creates confusion in the
code.

References to 'connection' could have meant the service or the
Fog::Connection held within that service.

This deprecates the connection accessor and replaces it with `#service`
as a read only value. When a collection or model is initalised then
service should be passed.

This commit also updates all the changes to @connection made by
providers in model initialisers since these depending on the presence of
the 'connection' key. The key is still accepted by outputs a warning.
2013-01-07 20:53:24 +00:00
Philip Mark M. Deazeta
e4cf9e3db9 [openstack|volume] Added volume model 2012-05-14 14:46:36 +08:00