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

15 commits

Author SHA1 Message Date
Mike Hagedorn
3753b5f1a1 change service catalog lookup to be type based 2014-08-11 16:06:43 -04:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite
0e1daf3ddd [GH-2711] Replace Fog::Connection with XML shim
Unlike last attempt this replaces Fog::Connection with
Fog::XML::Connection which should be directly compatible.

Fog::Connection is there for old PRs but should be removed real soon.

Providers using JSON should be able to replace "XML" with "Core" within
their code to cut down on the dependency.

If I get the time I may attempt to clean up some but testing with Mock
will mean that is mostly educated guesswork.
2014-02-27 00:54:17 +00:00
Paul Thornthwaite
5007aac401 Revert "[core] Replace Fog::Connection with stable version"
This reverts commit 7ee3535d99.
2014-02-26 09:52:02 +00:00
Paul Thornthwaite
7ee3535d99 [core] Replace Fog::Connection with stable version
Fog::Connection mixed in XML parsing via the `parser` argument which
wasn't much use for the majority of APIs using JSON.

This adds the deprecation warning and attempts to update providers to
the correct version of Connection that they need.

Either the cleaner `Fog::Core::Connection` or if reliant on the XML
parsing still `Fog::XML::SAXParserConnection`

The SAX parser will be moving to `fog/xml` fairly soon.
2014-02-25 21:42:34 +00:00
Lance Ivy
1cdd969a34 create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
Rupak Ganguly
00e7b5c7e0 Update newer providers to expose hp_service_type as was done in #2177. 2013-10-30 19:02:54 -04:00
Terry Howe
725f9b95a6 excon update fix 2013-10-30 19:02:53 -04:00
Rupak Ganguly
cc25048e48 [hp|lb] Add HP provider models for Load Balancer along with tests. 2013-10-30 19:02:52 -04:00
Rupak Ganguly
b2536868fe [hp|lb] Add request layer for methods for load balancer along with tests. 2013-10-30 19:02:52 -04:00
Rupak Ganguly
749685be8a [hp|dns] Add the HP DNS provider along with the tests. 2013-10-30 19:02:50 -04:00
howete
87de932252 monkey patch start 2013-10-30 19:02:30 -04:00
Mike Hagedorn
42b7199887 took dns refs out of lbaas branch 2013-10-30 19:01:59 -04:00
Mike Hagedorn
aae9699590 more requests... 2013-10-30 19:01:57 -04:00
Mike Hagedorn
a5e67616ea added dns stuff 2013-10-30 19:01:56 -04:00