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

16 commits

Author SHA1 Message Date
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
Dan Peterson
f09a148950 [aws|compute] Fix new instance eventual consistency for the non-filtered case. 2011-10-14 15:55:53 -03:00
Dan Peterson
890929ca6b [aws|compute] Allow mock tagging to work across accounts.
This moves tag_sets out of individual resources and up to a top-level
item in each mock account's hash. Starting with images, this allows
other mock accounts to create and use their own tags on images they
have launchPermission on.
2011-10-07 14:39:13 -07:00
Dan Peterson
f69d827c3d [compute|aws] When mocking, instances don't show up right away. 2011-09-20 10:27:40 -03:00
Dylan Egan
651aac736d [compute|aws] sometimes the platform string is returned. 2011-09-06 09:31:20 -07:00
Wesley Beary
4585dc3d64 Merge pull request #491 from ejfinneran/instance_id_fix
DescribeInstances InstanceId param should have index according to AWS Docs
2011-09-02 11:43:36 -07:00
geemus
76c0f11670 [core] use logger throughout for warnings 2011-09-02 12:30:10 -05:00
E.J. Finneran
2dd7c1aeaf InstanceId should have index according to AWS Docs
- Even if there is only one InstanceId, the docs seem to indicate we
  should include an index.
- OpenStack's API expects the index in all cases so this will fix
  compatibility there as well.
2011-08-31 13:18:16 -05:00
geemus
8a8b259a7e [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
592c8cc404 mock related fixes and marking unmocked tests pending 2010-10-13 17:54:14 -07:00
geemus
7c1677de0a [aws|compute] warn/error for mocked tag filters 2010-10-13 14:52:55 -07:00
geemus
cf724053a0 [aws|compute] fixes to make clientToken work properly throughout 2010-10-04 16:27:32 -07:00
geemus
6f2ce0d895 [aws][compute] update describe calls to use filters 2010-10-04 15:46:12 -07:00
geemus
a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00
geemus
58577e17bf [aws] rename ec2/s3 to compute/storage 2010-09-08 14:40:57 -07:00
Renamed from lib/fog/aws/requests/ec2/describe_instances.rb (Browse further)