Merge "Handle unused set_context in L3NatTestCaseMixin.floatingip_with_assoc"

This commit is contained in:
Jenkins 2014-10-14 14:33:38 +00:00 committed by Gerrit Code Review
commit 0767a73ac5

View File

@ -477,7 +477,7 @@ class L3NatTestCaseMixin(object):
public_sub['subnet']['network_id'],
port_id=private_port['port']['id'],
fixed_ip=fixed_ip,
set_context=False)
set_context=set_context)
yield floatingip
if floatingip: