zalando-stups / sevenseconds

THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED
https://pypi.python.org/pypi/stups-sevenseconds
Other
66 stars 17 forks source link

"list object has no attribute" while creating routing tables #45

Closed Raffo closed 7 years ago

Raffo commented 7 years ago
  File "$PATH/sevenseconds/helper/threading.py", line 21, in wrapper
    self.function(*args)
  File "$PATH/sevenseconds/config/__init__.py", line 104, in configure_account_region
    vpc = configure_vpc(account, region)
  File "$PATH/sevenseconds/config/vpc.py", line 87, in configure_vpc
    create_routing_tables(vpc, nat_instances)
  File "$PATH/sevenseconds/config/vpc.py", line 457, in create_routing_tables
    for association in route_table.associations.all():
AttributeError: 'list' object has no attribute 'all'
'list' object has no attribute 'all'
hjacobs commented 7 years ago

Released in https://github.com/zalando-stups/sevenseconds/releases/tag/1.1.46