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/openstack
Paul Thornthwaite a72433d2f8 Remove duplicate requires from services
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.
2014-02-13 17:44:48 +00:00
..
docs Fixed another formating error 2014-01-10 14:52:13 -05:00
examples [openstack|compute] Basic examples for Compute 2013-11-04 22:00:32 +01:00
models Merge pull request #2597 from rackspace/ssh_host 2014-01-24 08:09:14 -08:00
requests [openstack|compute] Allow to use Symbol when specifying the hash of NICs 2014-02-06 17:23:28 +09:00
CHANGELOG.md Fix CHANGELOG fog version for digitalocean, xenserver and openstack 2013-04-05 20:29:15 +02:00
compute.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
core.rb don't require service when registering it 2014-02-01 22:02:40 -05:00
identity.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
image.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
metering.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
network.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
orchestration.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
storage.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
volume.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00