Merge "Handle unused set_context in L3NatTestCaseMixin.floatingip_with_assoc"
This commit is contained in:
commit
0767a73ac5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user