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
2014-01-21 16:24:22 +00:00
..
atmos Add Atmos meta_data request and file_size 2013-10-14 11:58:58 +11:00
aws Add cpu_speed to flavors 2014-01-21 16:23:49 +00:00
bare_metal_cloud
bin [hp|dns,lb] Add DNS and LB provider registration. 2013-10-30 19:02:48 -04:00
bluebox fix error - invalid excon request keys: :host 2013-12-24 23:25:20 -08:00
brightbox [Brightbox] Code style clean up 2013-11-27 17:16:07 +00:00
clodo
cloudsigma adding new models 2013-09-16 13:08:45 +00:00
cloudstack support "name" on cloudstack deploy 2013-09-27 12:25:20 +01:00
compute/models Adding exception from net-ssh 2.6 that occurs during bootstrap as sshd is just starting up 2013-07-27 13:55:53 -07:00
core drop dependency on deprecated ruby-hmac gem, fixes #2034 2013-12-26 21:44:37 -05:00
digitalocean [digital ocean|compute] pass '1' instead of true for scrub 2013-12-30 18:54:07 -06:00
dnsimple [dnsimple] remove host from request 2013-11-25 13:58:42 +01:00
dnsmadeeasy Add TTL on save rather than initialize. 2013-05-14 16:45:42 -05:00
dreamhost use Fog::JSON 2013-11-19 00:51:57 -05:00
dynect Record and Zone put requests are idempotent. 2013-12-30 08:37:30 -05:00
ecloud ecloud api version bump 2013-12-07 12:40:19 -08:00
glesys [glesys] added options to resuse ip and/or ipv6 and description 2013-08-01 21:19:25 +02:00
go_grid
google [google][compute] Add rhel-cloud to project search list 2013-12-31 22:17:39 +00:00
hp [hp] Fix connection section for newer services. 2013-11-21 13:01:21 -05:00
ibm remove a debug entry 2013-07-06 02:48:13 -04:00
internet_archive Remove some files that were added during merge. 2013-10-30 19:02:54 -04:00
joyent memoize describe analytics call. It doesn't change much and this prevents another api call for each of the objects returned by it. 2014-01-21 16:24:22 +00:00
libvirt Add :id attribute to libvirt nic model 2013-05-06 12:55:33 +02:00
linode [linode|compute] Avoid passing host to request. 2013-10-16 09:47:28 -06:00
local Also call #load in case of missing local root folder. 2013-11-02 11:05:21 +01:00
ninefold require mime/types in Fog::Storage 2013-08-27 20:43:49 -04:00
openstack openstack modifications 2013-12-10 23:45:04 -08:00
openvz [openvz|compute] Initial commit 2013-05-29 16:09:41 +02:00
ovirt
rackspace Issues a deprecation warning if the Rackspace Fog user is relying on region to be provided by default. 2014-01-02 12:46:11 -05:00
riakcs use Fog::JSON 2013-11-19 00:51:57 -05:00
schema
serverlove This withstands naming/renaming issues. 2013-06-07 14:55:37 +01:00
storm_on_demand [storm_on_demand] don't pass host to request 2013-12-27 12:05:20 -05:00
terremark
vcloud fixes #1434 : How to use vcloud fog services 2013-08-08 01:29:00 +01:00
vcloud_director add Mock for post_create_network, use this to create/delete network in tests 2013-12-19 15:25:49 +00:00
vmfusion
voxel
vsphere Merge pull request #2395 from domcleal/vmware-guest-id 2013-12-09 12:02:28 -08:00
xenserver fixed misspelling 2013-12-19 15:21:03 -02:00
xml [AWS] print out raw response string when DEBUG_RESPONSE env var is set 2013-08-01 15:00:38 -04:00
zerigo Merge pull request #1807 from stormsilver/paginate_zerigo_zones 2013-05-14 15:13:59 -07:00
account.rb [stormondemand|account] Add Account service and token APIs 2013-05-25 15:16:42 +08:00
atmos.rb
aws.rb Add support for AWS VPC Network ACLs 2013-12-20 00:55:32 -07:00
bare_metal_cloud.rb
billing.rb [stormondemand|billing] Add Billing service and related APIs 2013-05-24 17:29:12 +08:00
bin.rb [vcloud_director] make available to Fog::Bin 2013-09-05 23:52:26 +01:00
bluebox.rb
brightbox.rb
cdn.rb
clodo.rb
cloudsigma.rb [cloudsigma] Add CloudSigma compute provider 2013-05-20 16:09:37 +03:00
cloudstack.rb Use OpenSSL::Digest instead of deprecated OpenSSL::Digest::Digest 2013-12-11 17:50:53 +09:00
compute.rb Get VcloudDirector working again in fog interactive. Fixes #2373. 2013-11-07 11:50:25 -05:00
core.rb [general] Merge Forg.interval and Fog.timeout into a single file. 2013-12-16 22:50:30 +01:00
digitalocean.rb [digitalocean|compute] initial release 2013-03-31 22:16:08 +02:00
dns.rb [stormondemand|dns] Add DNS service and domain APIs 2013-05-23 11:07:13 +08:00
dnsimple.rb
dnsmadeeasy.rb
dreamhost.rb
dynect.rb
ecloud.rb
glesys.rb
go_grid.rb
google.rb
hp.rb use Fog::JSON 2013-11-19 00:51:57 -05:00
ibm.rb
identity.rb
image.rb
internet_archive.rb
joyent.rb Basic analytics support including a class for joyent 'modules'. Note that these are named 'JoyentModule' instead of 'Module' to avoid obvious namespace problems. 2014-01-21 16:24:21 +00:00
json.rb use Fog::JSON 2013-11-19 00:51:57 -05:00
libvirt.rb
linode.rb
local.rb
metering.rb [openstack|metering] Added metering service for Ceilometer 2013-04-11 16:50:09 +08:00
monitoring.rb [stormondemand|monitoring] Add a new Monitoring service and add/move load/bandwidth/service APIs 2013-05-24 21:11:28 +08:00
network.rb [stormondemand|network] Add a new Network service and move all network code in Compute into Network 2013-05-25 17:29:10 +08:00
ninefold.rb
openstack.rb removing unnecessary :hosts parameters from dynect and openstack requests 2013-10-09 15:25:47 -05:00
openvz.rb [openvz|compute] Initial commit 2013-05-29 16:09:41 +02:00
orchestration.rb CRUD for OpenStack heat's Stack model 2013-09-10 22:16:42 -04:00
ovirt.rb
rackspace.rb [rackspace|monitoring] updating BadRequest exceptions to include validation errors 2013-10-29 11:03:44 -05:00
riakcs.rb use Fog::JSON 2013-11-19 00:51:57 -05:00
serverlove.rb
storage.rb require mime/types in Fog::Storage 2013-08-27 20:43:49 -04:00
storm_on_demand.rb [stormondemand|network] Add a new Network service and move all network code in Compute into Network 2013-05-25 17:29:10 +08:00
support.rb [stormondemand|support] Add Support service and APIs for alert and support tickets 2013-05-25 11:44:34 +08:00
terremark.rb
vcloud.rb
vcloud_director.rb [vcloud_director] Raise provider-specific exceptions. 2013-10-14 01:10:19 +01:00
version.rb Release 1.19.0 2013-12-19 10:34:33 -06:00
vmfusion.rb
volume.rb
voxel.rb
vpn.rb [stormondemand|vpn] Add new VPN service and APIs 2013-05-25 17:02:43 +08:00
vsphere.rb
xenserver.rb Added parameter to force request timeout on xen 2013-12-05 09:42:28 -02:00
xml.rb [core/xml] Splits SAX parsing from Connection 2013-06-24 17:30:51 +01:00
zerigo.rb