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

8 commits

Author SHA1 Message Date
Ohad Levy
e38b82666a minor cleanups 2012-01-25 14:32:47 +02:00
Konstantin Haase
c7d521018c implement respond_to? corresponding to method_missing for VirtualBox and libvirt 2012-01-12 16:40:11 +01:00
Sergio Rubio
c045fa2955 * Add missing recognized :libvirt_ip_command 2011-11-30 11:29:51 +01:00
Sergio Rubio
114dba494b Fixes for issues 616 and 617 2011-11-21 10:09:03 +01:00
Patrick Debois
4740174f12 [Libvirt] renamed 'raw' connection to raw in the Fog Connection
Because the initial provider was copied from the virtualbox example we ended up with a notation
connection.connection for the raw provider

The function of the raw are injected on the connection object. Still in analogy with the raw
for server , volume, ... it makes sense to rename connection.connection to connection.raw

Also all calls to the raw connection are now explicit
2011-09-13 07:34:18 +02: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
Renamed from lib/fog/compute/libvirt.rb (Browse further)