mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1050 from fcheung/as_group_instances
[AWS|Autoscaling] fix group#instances returning all autoscaled instances...
This commit is contained in:
commit
64333c0a2d
1 changed files with 1 additions and 4 deletions
|
@ -73,10 +73,7 @@ module Fog
|
|||
end
|
||||
|
||||
def instances
|
||||
Fog::AWS::AutoScaling::Instances.new({
|
||||
:data => attributes['Instances'],
|
||||
:connection => connection
|
||||
})
|
||||
Fog::AWS::AutoScaling::Instances.new(:connection => connection).load(attributes[:instance])
|
||||
end
|
||||
|
||||
def instances_in_service
|
||||
|
|
Loading…
Reference in a new issue