mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
![]() Following work on reorganising the requires, there was an inconsistent approach to where service wrappers are required. (Fog::Compute...) Since they should be standardised and shared across providers (although they really aren't yet) they have been moved to `fog-core` gem. Each provider has their own `lib/fog/{provider}/core` files that is required by each of their services. These files should all require `fog/core` which already required most or these. So this removes the extra cases to concentrate them in core. |
||
---|---|---|
.. | ||
atmos | ||
aws | ||
bare_metal_cloud | ||
bin | ||
bluebox | ||
brightbox | ||
clodo | ||
cloudsigma | ||
cloudstack | ||
core | ||
digitalocean | ||
dnsimple | ||
dnsmadeeasy | ||
dreamhost | ||
dynect | ||
ecloud | ||
glesys | ||
go_grid | ||
hp | ||
ibm | ||
internet_archive | ||
joyent | ||
libvirt | ||
linode | ||
local | ||
ninefold | ||
openstack | ||
openvz | ||
ovirt | ||
rackspace | ||
rage4 | ||
riakcs | ||
schema | ||
serverlove | ||
storm_on_demand | ||
terremark | ||
vcloud | ||
vcloud_director | ||
vmfusion | ||
voxel | ||
vsphere | ||
xenserver | ||
xml | ||
zerigo | ||
atmos.rb | ||
aws.rb | ||
bare_metal_cloud.rb | ||
bin.rb | ||
bluebox.rb | ||
brightbox.rb | ||
clodo.rb | ||
cloudsigma.rb | ||
cloudstack.rb | ||
digitalocean.rb | ||
dnsimple.rb | ||
dnsmadeeasy.rb | ||
dreamhost.rb | ||
dynect.rb | ||
ecloud.rb | ||
glesys.rb | ||
go_grid.rb | ||
google.rb | ||
hp.rb | ||
ibm.rb | ||
internet_archive.rb | ||
joyent.rb | ||
libvirt.rb | ||
linode.rb | ||
local.rb | ||
ninefold.rb | ||
openstack.rb | ||
openvz.rb | ||
ovirt.rb | ||
rackspace.rb | ||
rage4.rb | ||
riakcs.rb | ||
serverlove.rb | ||
storm_on_demand.rb | ||
terremark.rb | ||
vcloud.rb | ||
vcloud_director.rb | ||
version.rb | ||
vmfusion.rb | ||
voxel.rb | ||
vsphere.rb | ||
xenserver.rb | ||
xml.rb | ||
zerigo.rb |