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

14 commits

Author SHA1 Message Date
geemus
62e1c092e0 rescue/retry when loading gems (possibly without rubygems)
closes #901
2012-12-28 15:39:43 -06:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
James Herdman
dca5ed46ad Silence warning about potentially private attribute 2012-05-26 11:27:24 -04:00
Ohad Levy
244bc10010 [libvirt] added display attributes and allowed to change display of a running server 2012-04-08 18:37:26 +03:00
Amos Benari
fe0f240278 added mock implementation 2012-04-05 17:15:08 +03:00
Ohad Levy
9d78d29a19 [libvirt] refactored libvirt entire code
* moved to using requests
* added vm nic/nics
* kept compatability with the existing interfaces
* moved util classes into util subdir

Signed-off-by: Amos Benari <abenari@redhat.com>
2012-04-04 15:35:05 +03:00
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)