From feb7cf209576e81790e922fad63e0e990d05c5b7 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Sat, 24 Nov 2012 20:09:38 +0100 Subject: [PATCH] Add support for volume_pool_name --- lib/fog/libvirt/models/compute/server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/libvirt/models/compute/server.rb b/lib/fog/libvirt/models/compute/server.rb index bee6bb03d..7cae11e3a 100644 --- a/lib/fog/libvirt/models/compute/server.rb +++ b/lib/fog/libvirt/models/compute/server.rb @@ -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