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

Fixes for issues 616 and 617

This commit is contained in:
Sergio Rubio 2011-11-21 10:09:03 +01:00
parent f203e99fb1
commit 114dba494b
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ module Fog
class Libvirt < Fog::Service
requires :libvirt_uri
recognizes :libvirt_username, :libvirt_password
model_path 'fog/libvirt/models/compute'
model :server

View file

@ -26,7 +26,7 @@ module Fog
node_info[param]=nil
end
end
node_info[:uri]=connection.connection.uri
node_info[:uri]=connection.uri
data << { :raw => node_info }
require 'pp'
pp node_info