Dan Prince
96d63790f7
Merge pull request #1845 from cloudbau/volume_filters
...
Pass on filters to volume endpoint
2013-10-01 03:48:52 -07: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
Thomas Kadauke
b45e0508c7
Pass on filters to volume endpoint, mainly to allow admin to get volumes from all tenants.
2013-05-30 17:16:13 +02:00
Erik Michaels-Ober
f2bd2404d1
Revert "Updated gem spec to require json rather than multi_json"
...
This reverts commits: 66638b25d7
,
3f0314dbd1
, and
18ce4b7eca
.
Since google-api-client was added as a dependency in afa9b025e9
,
multi_json is a de facto dependency of fog, so this is a needless layer.
If #1034 is still an issue, I'd be happy to ship a version of multi_json
that requires rubygems >= 1.3.5.
2013-05-06 04:05:36 -07:00
Philip Mark M. Deazeta
3147f9b36b
[openstack|volume] Added quota requests for Cinder
2013-04-12 18:10:01 +08:00
Kyle Rames
18ce4b7eca
Added tests for Fog::JSON; Added Fog::JSON::LoadError class; Updated all MultiJson references to Fog::JSON
2013-04-03 10:37:03 -05:00
Philip Mark M. Deazeta
609995ccbe
[openstack] Fixed mocks for failing shindo tests
...
reverted back to double quoted string
Conflicts:
lib/fog/openstack/identity.rb
lib/fog/openstack/requests/compute/get_volume_details.rb
lib/fog/openstack/requests/compute/list_security_groups.rb
lib/fog/openstack/requests/identity/list_tenants.rb
lib/fog/openstack/requests/image/create_image.rb
lib/fog/openstack/requests/image/list_public_images.rb
lib/fog/openstack/requests/image/list_public_images_detailed.rb
lib/fog/openstack/requests/image/update_image.rb
tests/openstack/requests/compute/volume_tests.rb
2012-09-28 15:07:38 +08:00
Philip Mark M. Deazeta
a36abe3c52
[openstack] Updated mocks for quota, image, tenant and volumes
...
Conflicts:
lib/fog/openstack/requests/compute/get_quota.rb
lib/fog/openstack/requests/compute/get_quota_defaults.rb
lib/fog/openstack/requests/identity/list_roles_for_user_on_tenant.rb
2012-09-28 14:54:52 +08:00
Philip Mark M. Deazeta
d50fe64007
[openstack] Changed volumes attributes of mocks from camelcase to
...
snakecase
Change in snaphot_id
Added mcks for volume attach and detach
Conflicts:
lib/fog/openstack/requests/compute/create_volume.rb
lib/fog/openstack/requests/compute/get_volume_details.rb
lib/fog/openstack/requests/compute/list_volumes.rb
2012-09-28 14:46:24 +08:00
Philip Mark M. Deazeta
593322f178
[openstack|volume] fix on module name
2012-04-30 10:35:02 +08:00
Philip Mark M. Deazeta
c138c0fcae
[openstack|volume] Added volume service requests
2012-04-30 10:35:02 +08:00