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

9 commits

Author SHA1 Message Date
Adam Bozanich
8a96a0d02d Enable ebs-optimized spot instance requests 2013-02-12 13:41:48 -08:00
Paul Thornthwaite
1cb5a45b3e [aws|compute] Updates reference to service 2013-01-07 20:53:25 +00:00
Paul Thornthwaite
7961ad6508 [core] Deprecates 'connection' accessor
The 'connection' accessor in collections and models actually refered to
a subclassed instance of Fog::Service which creates confusion in the
code.

References to 'connection' could have meant the service or the
Fog::Connection held within that service.

This deprecates the connection accessor and replaces it with `#service`
as a read only value. When a collection or model is initalised then
service should be passed.

This commit also updates all the changes to @connection made by
providers in model initialisers since these depending on the presence of
the 'connection' key. The key is still accepted by outputs a warning.
2013-01-07 20:53:24 +00:00
Topper Bowers
44e77559cc add IamInstanceProfile abilitie 2012-12-27 11:14:17 -05:00
Carlos Sanchez
a25691ed23 Move ssh private_key, public_key, username to Server model to reduce duplication 2012-10-31 12:31:49 +01:00
Ben Turley
a0acfecaa2 Enable AWS spot requests in a VPC by specifying subnet_id 2012-08-24 01:31:32 -06:00
Ryan Stout
090fda0c31 Be sure to reload when checking for a started spot instance, also add private/public key options into spot_requests, then set those on the server when loaded 2012-04-06 15:10:11 -06:00
geemus
f29c7b18ed [aws|compute] spot request fixes
adds destroy to spot request model
adds bootstrap to spot requests collection
2011-11-01 11:17:58 -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
Renamed from lib/fog/compute/models/aws/spot_request.rb (Browse further)