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/rackspace
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 [rackspace|compute] updating Rackspace compute docs 2014-01-10 08:19:01 -06:00
examples Rackspace/examples; cloudfiles directory is set to public, therefore file is accessible. 2014-01-14 18:14:42 +10:00
models support rackspace storage delete_at and delete_after headers 2014-02-06 14:23:19 -06:00
requests [rackspace|compute_v2] added key_name and modified key_pair= to take KeyPair objects as well as strings in order to be more compatible with other fog providers. 2014-01-27 11:18:44 -06:00
auto_scale.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
block_storage.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
cdn.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
compute.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
compute_v2.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
databases.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
dns.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
errors.rb ensure that each service requires its provider 2014-02-01 13:07:49 -05:00
identity.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
load_balancers.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
mock_data.rb Replace the JSON round-trip with #stringify. 2014-01-21 12:06:42 -05:00
monitoring.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
queues.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
service.rb use Fog::JSON 2013-11-19 00:51:57 -05:00
storage.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00