add hosted_zone information to ec2_elb_lb return
This commit is contained in:
parent
103caa2853
commit
40c41ed4ec
1 changed files with 3 additions and 1 deletions
|
@ -328,7 +328,9 @@ class ElbManager(object):
|
||||||
'security_group_ids': check_elb.security_groups,
|
'security_group_ids': check_elb.security_groups,
|
||||||
'status': self.status,
|
'status': self.status,
|
||||||
'subnets': self.subnets,
|
'subnets': self.subnets,
|
||||||
'scheme': check_elb.scheme
|
'scheme': check_elb.scheme,
|
||||||
|
'hosted_zone_name': check_elb.canonical_hosted_zone_name,
|
||||||
|
'hosted_zone_id': check_elb.canonical_hosted_zone_name_id
|
||||||
}
|
}
|
||||||
|
|
||||||
if check_elb.health_check:
|
if check_elb.health_check:
|
||||||
|
|
Loading…
Reference in a new issue