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

Merge pull request #1305 from vdemeester/1304_volume_pool_name

Add support for volume_pool_name
This commit is contained in:
Wesley Beary 2012-11-26 09:21:09 -08:00
commit 17e608cdc9

View file

@ -335,6 +335,7 @@ module Fog
end
else
# If no template volume was given, let's create our own volume
options[:pool_name] = volume_pool_name if volume_pool_name
options[:format_type] = volume_format_type if volume_format_type
options[:capacity] = volume_capacity if volume_capacity
options[:allocation] = volume_allocation if volume_allocation