Don't check original_association_ids since it is not set, per comment above

pull/18777/head
Bret Martin 9 years ago committed by Matt Clay
parent e741e5a002
commit 3558263487

@ -369,7 +369,6 @@ def ensure_propagation(vpc_conn, route_table_id, propagating_vgw_ids,
# and do not disable any others.
changed = False
for vgw_id in propagating_vgw_ids:
if vgw_id not in original_association_ids:
changed = True
vpc_conn.enable_vgw_route_propagation(route_table_id,
vgw_id,

Loading…
Cancel
Save