parent
1d5a4be997
commit
8dad0ab509
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ class ElbManager(object):
|
|||
|
||||
def _set_cross_az_load_balancing(self):
|
||||
attributes = self.elb.get_attributes()
|
||||
if self.cross_az_load_balancing == 'yes':
|
||||
if self.cross_az_load_balancing:
|
||||
attributes.cross_zone_load_balancing.enabled = True
|
||||
else:
|
||||
attributes.cross_zone_load_balancing.enabled = False
|
||||
|
|
Loading…
Add table
Reference in a new issue