1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog
Sergio Rubio d81ab200e8 * Fix: do not try to retrive guest_metrics when guest_metrics ref is nil
* ruby 1.8.7 compatibility fixes
* Sane defaults for create_server_raw request
2012-04-13 18:17:19 +02:00
..
aws minor fix to ENI tests 2012-04-01 22:29:36 -04:00
bare_metal_cloud Switch from NewServers to BareMetalCloud for #773 2012-03-01 18:54:49 -08:00
bin * [xenserver|compute] initial release 2012-04-02 13:25:03 +02:00
bluebox Update location UUID. 2012-02-16 18:48:50 -08:00
brightbox
clodo
cloudstack [cloudstack] skip ssl verification 2012-03-18 17:25:29 -05:00
compute/models
core [ibm] Initial IBM SmartCloud support 2012-03-20 23:37:45 -04:00
dnsimple Correct copy & paste error. 2012-02-06 16:00:51 -06:00
dnsmadeeasy
dynect [dynect|dns] Pass zone.records.all options through to get_node_list. 2012-01-30 11:39:15 -04:00
ecloud Use #has_key? instead of #keys.include? 2012-02-06 17:53:11 -08:00
glesys [glesys|compute] fix for changes in api 2012-02-20 20:36:39 +01:00
go_grid
google [storage] properly update content-type at save time for file models 2012-03-26 19:14:09 -05:00
ibm [ibm|compute] Add request test for list_vlans and fix mock 2012-03-25 23:49:48 -04:00
joyent cleanups + refactorings + better error reporting per joyent cloudapi spec 2012-02-27 23:14:11 -08:00
libvirt
linode
local [local|storage] Add copy method to Local::File. 2012-02-16 14:43:46 -05:00
ninefold [ninefold|storage] Add copy method to Ninefold::File. 2012-02-16 16:33:09 -05:00
openstack Remove unused comment / commented code. 2012-02-12 16:41:36 -05:00
ovirt ovirt added support for 'set vm ticket'. 2012-03-21 16:00:57 +02:00
rackspace [storage] properly update content-type at save time for file models 2012-03-26 19:14:09 -05:00
slicehost
storm_on_demand Use #has_key? instead of #keys.include? 2012-02-06 17:53:11 -08:00
terremark
vcloud Use #has_key? instead of #keys.include? 2012-02-06 17:53:11 -08:00
virtual_box
vmfusion
voxel [voxel] update ssl_verify_peer = false setting 2012-03-17 14:52:10 -05:00
vsphere [vsphere] adds support to get and set vnc console 2012-03-28 13:48:14 +02:00
xenserver * Fix: do not try to retrive guest_metrics when guest_metrics ref is nil 2012-04-13 18:17:19 +02:00
zerigo [zerigo|dns] Fixed the parser. TTL and priority values can be nil and should not be coerced into integers in that case. 2012-02-10 11:21:34 -05:00
aws.rb https://github.com/fog/fog/issues/810 - Add ENI support by maf23 2012-04-01 22:22:38 -04:00
bare_metal_cloud.rb Switch from NewServers to BareMetalCloud for #773 2012-03-01 18:54:49 -08:00
bin.rb * [xenserver|compute] initial release 2012-04-02 13:25:03 +02:00
bluebox.rb
brightbox.rb
cdn.rb
clodo.rb
cloudstack.rb [cloudstack] Fix warning in ruby 1.8.7 2012-03-08 10:30:03 -05:00
compute.rb * [xenserver|compute] initial release 2012-04-02 13:25:03 +02:00
core.rb [core] no need to expand the already exanded __LIB_DIR__ 2012-03-06 11:03:05 -08:00
dns.rb [slicehost] add deprecation warnings 2012-03-17 13:49:37 -05:00
dnsimple.rb
dnsmadeeasy.rb
dynect.rb
ecloud.rb
glesys.rb
go_grid.rb
google.rb
ibm.rb [ibm] avoid using constants (Rails loads files multiple times, issue #807) 2012-03-22 08:49:20 -04:00
joyent.rb GH-690 Joyent Cloud Provider 2012-02-27 17:33:20 -06:00
libvirt.rb
linode.rb
local.rb
ninefold.rb
openstack.rb [Compute|OpenStack] match auth response to stable/diablo branch of keystone 2012-02-10 17:19:08 +00:00
ovirt.rb Adds Supprt for oVirt (http://ovirt.org). 2012-02-08 09:35:23 -06:00
providers.rb * [xenserver|compute] initial release 2012-04-02 13:25:03 +02:00
rackspace.rb
slicehost.rb
storage.rb [storage] properly update content-type at save time for file models 2012-03-26 19:14:09 -05:00
storm_on_demand.rb
terremark.rb
vcloud.rb
virtual_box.rb
vmfusion.rb
voxel.rb
vsphere.rb
xenserver.rb * Added some more tests 2012-04-04 19:48:21 +02:00
zerigo.rb