Skip to content

Commit

Permalink
Merge " Ref attribute is object, not a dict" into R3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 29, 2016
2 parents c505a81 + 407a344 commit f4461a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/config_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -3835,7 +3835,7 @@ def __init__(self, name, obj=None):
self.routing_instances.add(ri_name)
ri = RoutingInstanceST.get(ri_name)
if ri:
ri.routing_policys[self.name] = ref['attr']['sequence']
ri.routing_policys[self.name] = ref['attr'].sequence
# end __init__

def update(self, obj=None):
Expand Down

0 comments on commit f4461a7

Please sign in to comment.