Merge "Followup to I7736373d03c23884158e4a1d41defafb4e2b8a4c"

This commit is contained in:
Zuul 2022-07-14 05:37:31 +00:00 committed by Gerrit Code Review
commit a8fce1d09d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class ExtraRouteSet(neutron.NeutronResource):
def add_dependencies(self, deps):
super(ExtraRouteSet, self).add_dependencies(deps)
for resource in self.stack.items():
for resource in self.stack.values():
# depend on any RouterInterface in this template with the same
# router as this router
if resource.has_interface('OS::Neutron::RouterInterface'):