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

Add support for volume_pool_name

This commit is contained in:
Vincent Demeester 2012-11-24 20:09:38 +01:00
parent 043b549eed
commit feb7cf2095

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