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

12 commits

Author SHA1 Message Date
Eugene Howe
825d7996aa Removed non-functioning Mock classes 2012-06-07 12:50:11 -04:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
James Herdman
700fd77966 Remove unused variable 2012-05-26 11:27:26 -04:00
Jesse Newland
7a2719fbf9 add a method to IPAddr instead of breaking a useful one 2012-05-17 09:41:43 -04:00
Eugene Howe
6d3ab83e6f added requests and models for compute_pools 2012-04-11 20:06:21 -04:00
Shai Rosenfeld
bdf8328a05 Add Ecloud version 2.8 as supported
The difference between 2.6 and 2.8 are a few additional api calls but the
existing calls are still backwards compatible, and we need the version bump
to be able to continue to use.
2012-02-01 16:05:42 -08:00
geemus
34e6a1105c [core] separate loggers for deprecations/warnings
distinctly styles deprecations for clarity
gives better flexibility for redirecting logs
reduces possibility of missing deprecations because warnings are ignored
2011-10-19 14:49:34 -05:00
Peter Meier
7a3ac7e54f simplification 2011-10-04 10:58:27 +02:00
geemus
ffd01e51dd [core] pass connection_options through service init
closes #411
2011-09-12 10:01:56 -05:00
geemus
76c0f11670 [core] use logger throughout for warnings 2011-09-02 12:30:10 -05:00
geemus
b2c8ff0388 [core] work toward separate requires
Should facilitate the following:

    require 'fog/aws'
    require 'fog/compute'
    require 'fog/aws/compute'

I think once you `require 'rubygems'` those should work.

further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
5c6e40bd0c [compute|ecloud] move ecloud compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:29:14 -05:00
Renamed from lib/fog/compute/ecloud.rb (Browse further)