correcting spelling mistake
This commit is contained in:
parent
62d7ded9ba
commit
9391103f01
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def get_instance_info(instance):
|
|||
'region': instance.region.name,
|
||||
'persistent': instance.persistent,
|
||||
'private_ip_address': instance.private_ip_address,
|
||||
'public_ip_adress': instance.ip_address,
|
||||
'public_ip_address': instance.ip_address,
|
||||
'state': instance._state.name,
|
||||
'vpc_id': instance.vpc_id,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue