parent
60afe93521
commit
9cc35b094f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def get_instance_info(instance):
|
||||||
|
|
||||||
instance_info = { 'id': instance.id,
|
instance_info = { 'id': instance.id,
|
||||||
'kernel': instance.kernel,
|
'kernel': instance.kernel,
|
||||||
'instance_profile': instance.instance_profile,
|
'instance_profile': dict(instance.instance_profile),
|
||||||
'root_device_type': instance.root_device_type,
|
'root_device_type': instance.root_device_type,
|
||||||
'private_dns_name': instance.private_dns_name,
|
'private_dns_name': instance.private_dns_name,
|
||||||
'public_dns_name': instance.public_dns_name,
|
'public_dns_name': instance.public_dns_name,
|
||||||
|
|
Loading…
Reference in a new issue