Terminated_at instead of deleted_at.
This commit is contained in:
parent
fc1419df52
commit
559f35af4b
@ -106,7 +106,7 @@ def _usage_for_instance(instance, task=None):
|
||||
def _delete_for_instance(instance):
|
||||
delete = {
|
||||
'instance': instance['uuid'],
|
||||
'deleted_at': dt.dt_to_decimal(instance.get('deleted_at')),
|
||||
'deleted_at': dt.dt_to_decimal(instance.get('terminated_at')),
|
||||
}
|
||||
|
||||
launched_at = instance.get('launched_at')
|
||||
|
Loading…
x
Reference in New Issue
Block a user