1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

11 commits

Author SHA1 Message Date
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
Lance Ivy
1cdd969a34 create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
Joe Kinsella
2ade6c329e Adding Vlan class to IBM SmartCloud 2012-03-24 22:20:53 -04:00
Decklin Foster
7725d07e31 [ibm] Use Raleigh location for tests 2012-03-20 23:40:18 -04:00
Decklin Foster
6be770e046 [ibm] Rename ibm_user_id -> ibm_username 2012-03-20 23:40:17 -04:00
Decklin Foster
5e679a641e [ibm] Update mocks to reflect moving volume models from from compute to storage 2012-03-20 23:40:14 -04:00
Carl Hicks
019e536312 [ibm] Added Mocking and Tests 2012-03-20 23:37:46 -04:00
Decklin Foster
63ac66362c [ibm] Rename collection requests get->list so we have get_foo and list_foos 2012-03-20 23:37:45 -04:00
Decklin Foster
a9fa42d461 [ibm] Add Location model and requests 2012-03-20 23:37:45 -04:00
Decklin Foster
65e572805e [ibm] Initial IBM SmartCloud support 2012-03-20 23:37:45 -04:00