Skip to content

Commit

Permalink
Merge "Fix typo" into R2.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 18, 2016
2 parents a3ac5f7 + 5e7fca6 commit d2f2957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/to_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ def set_configured_security_group_id(self, config_id, update_acl=True):
if int(sg_id) > SGID_MIN_ALLOC:
self._cassandra.free_sg_id(sg_id - SGID_MIN_ALLOC)
else:
if self.name == self._cassanda.get_sg_from_id(sg_id):
if self.name == self._cassandra.get_sg_from_id(sg_id):
self._cassandra.free_sg_id(sg_id)
self.obj.set_security_group_id(str(config_id))
else:
Expand Down

0 comments on commit d2f2957

Please sign in to comment.