From c045fa2955971d5eb1f8d91d5bf0558107cad69e Mon Sep 17 00:00:00 2001 From: Sergio Rubio Date: Wed, 30 Nov 2011 11:29:51 +0100 Subject: [PATCH] * Add missing recognized :libvirt_ip_command --- lib/fog/libvirt/compute.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/libvirt/compute.rb b/lib/fog/libvirt/compute.rb index 1c46f44f0..361b4a02d 100644 --- a/lib/fog/libvirt/compute.rb +++ b/lib/fog/libvirt/compute.rb @@ -9,6 +9,7 @@ module Fog requires :libvirt_uri recognizes :libvirt_username, :libvirt_password + recognizes :libvirt_ip_command model_path 'fog/libvirt/models/compute' model :server