From 67741dfb3aa806867a55c8fb72539568424cc001 Mon Sep 17 00:00:00 2001 From: Patrick Debois Date: Mon, 12 Sep 2011 17:12:32 +0300 Subject: [PATCH] [libvirt] Added option libvirt_ip_command to the credentials error page --- lib/fog/core/errors.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/core/errors.rb b/lib/fog/core/errors.rb index 64065a5c4..b107bbe7a 100644 --- a/lib/fog/core/errors.rb +++ b/lib/fog/core/errors.rb @@ -71,6 +71,7 @@ An alternate file may be used by placing its path in the FOG_RC environment vari :libvirt_username: :libvirt_password: :libvirt_uri: + :libvirt_ip_command: # # End of Fog Credentials File #######################################################