Skip to content

Commit

Permalink
Merge pull request #650 from pjbreaux/mitaka
Browse files Browse the repository at this point in the history
L7PolicyCreationException raised in creation of l7policy with rule
  • Loading branch information
jlongstaf authored Apr 5, 2017
2 parents a992196 + 8e01bff commit bba1492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f5_openstack_agent/lbaasv2/drivers/bigip/lbaas_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def convert_operating_status(status):
return op_status

def get_l7policy_for_rule(self, l7policies, l7rule):
policy_id = l7rule['l7policy_id']
policy_id = l7rule['policy_id']
for policy in l7policies:
if policy_id == policy['id']:
return policy
Expand Down

0 comments on commit bba1492

Please sign in to comment.