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

9 commits

Author SHA1 Message Date
Patrick Debois
384b7e528d [Libvirt] initialize the ip_address as an empty string 2011-09-12 18:42:16 +03:00
Patrick Debois
31ab178dac [Libvirt] corrected typo for appending string output to IO.popen 2011-09-12 18:36:50 +03:00
Patrick Debois
308569b016 [Libvirt] Provided better solution for ip_command : use shell variable instead of ruby string for mac-address 2011-09-12 18:33:38 +03:00
Patrick Debois
7e1bc34f29 [Libvirt] Enable to pass an libvirt_ip_command for looking up the mac -> ip_address . Using eval to allow for passing of mac address in ip_command 2011-09-12 18:22:37 +03:00
Patrick Debois
544ae281eb [Libvirt] if transport is empty, ssh can't be enabled 2011-09-12 17:52:20 +03:00
Patrick Debois
3c38d42776 [libvirt] Corrected template variable from interface_nat_network to network_nat_network 2011-09-12 17:43:35 +03:00
Patrick Debois
0edd5157fd Made libvirt username param consistent with other providers libvirt_user -> libvirt_username 2011-09-12 17:10:12 +03:00
geemus
b2c8ff0388 [core] work toward separate requires
Should facilitate the following:

    require 'fog/aws'
    require 'fog/compute'
    require 'fog/aws/compute'

I think once you `require 'rubygems'` those should work.

further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
529591f772 [compute|libvirt] move libvirt compute to its own shared area (namespacing should probably be corrected) 2011-08-29 10:24:39 -05:00