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
2013-11-12 16:41:09 -05:00
..
atmos Add Atmos meta_data request and file_size 2013-10-14 11:58:58 +11:00
aws [AWS] add modify_vpc_attribute 2013-11-12 16:41:09 -05:00
bare_metal_cloud
bin [hp|dns,lb] Add DNS and LB provider registration. 2013-10-30 19:02:48 -04:00
bluebox [bluebox] remove :host from excon request 2013-11-12 04:12:24 -08:00
brightbox [Brightbox] Add new SSL cert metadata attributes 2013-11-08 16:14:38 +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 [core] identify origin of log messages 2013-10-21 13:06:24 -04:00
digitalocean Add ip_address method back, but deprecate it. 2013-07-29 10:10:25 -07:00
dnsimple Use id for record update 2013-07-28 21:19:40 -07:00
dnsmadeeasy
dreamhost
dynect removing unnecessary :hosts parameters from dynect and openstack requests 2013-10-09 15:25:47 -05:00
ecloud Sometimes :Environments is not a key 2013-11-11 17:35:45 -05:00
glesys [glesys] added options to resuse ip and/or ipv6 and description 2013-08-01 21:19:25 +02:00
go_grid
google Merge pull request #2378 from maestrodev/google-tags 2013-11-08 14:46:02 -08:00
hp Update newer providers to expose hp_service_type as was done in #2177. 2013-10-30 19:02:54 -04: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 Only HTTPStatusError has request and response 2013-08-29 12:43:14 -07:00
libvirt
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 details sometimes fails with a not-found 2013-11-04 18:12:56 -08:00
openvz [openvz|compute] Initial commit 2013-05-29 16:09:41 +02:00
ovirt
rackspace merging in changes 2013-11-04 14:40:47 -06:00
riakcs require mime/types in Fog::Storage 2013-08-27 20:43:49 -04:00
schema
serverlove This withstands naming/renaming issues. 2013-06-07 14:55:37 +01:00
storm_on_demand [stormondemand] fix some minor problems. Add a README.md file to describe how to use the storm on demand APIs 2013-05-25 22:48:24 +08:00
terremark
vcloud fixes #1434 : How to use vcloud fog services 2013-08-08 01:29:00 +01:00
vcloud_director Merge pull request #2347 from alphagov/task_mocking_for_edgegateway 2013-11-05 12:11:46 -08:00
vmfusion
voxel
vsphere Merge pull request #2356 from fog/improve_vsphere_network_interfaces 2013-11-05 10:58:43 -08:00
xenserver Update create_server.rb 2013-10-21 17:51: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
account.rb [stormondemand|account] Add Account service and token APIs 2013-05-25 15:16:42 +08:00
atmos.rb
aws.rb [aws] narrow scope of unf warning 2013-11-11 09:06:48 -06: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
cloudstack.rb
compute.rb Get VcloudDirector working again in fog interactive. Fixes #2373. 2013-11-07 11:50:25 -05:00
core.rb [core] removing uuidtools dependency; added Fog::UUID class 2013-10-10 15:18:43 -05:00
digitalocean.rb
dns.rb
dnsimple.rb
dnsmadeeasy.rb
dreamhost.rb
dynect.rb
ecloud.rb
glesys.rb
go_grid.rb
google.rb
hp.rb Remove HP version info from user-agent. 2013-10-30 19:02:53 -04:00
ibm.rb
identity.rb
image.rb
internet_archive.rb
joyent.rb
json.rb [core] Move XML/JSON code up out of core 2013-06-24 17:30:00 +01:00
libvirt.rb
linode.rb
local.rb
metering.rb
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
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.18.0 2013-10-31 15:20:00 -05: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
xml.rb [core/xml] Splits SAX parsing from Connection 2013-06-24 17:30:51 +01:00
zerigo.rb