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:
commit
17e608cdc9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue