mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix mock for purchase ri
This commit is contained in:
parent
5f3e4e557d
commit
3faa984adc
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ module Fog
|
|||
self.data[:reserved_instances][reserved_instances_id] = reserved_instance_offering.merge({
|
||||
'reservedInstancesId' => reserved_instances_id,
|
||||
'start' => Time.now,
|
||||
'end' => Time.now,
|
||||
'instanceCount' => instance_count,
|
||||
'state' => 'payment-pending',
|
||||
'tagSet' => []
|
||||
|
|
Loading…
Add table
Reference in a new issue