Handle unused set_context in L3NatTestCaseMixin.floatingip_with_assoc

set_context which is passed to floatingip_with_assoc method
is not passed further to self._make_floatingip.

Change-Id: Iecf2ad88e4bad5b1f8fd60668401863bdeecce8f
Closes-Bug: #1378756
This commit is contained in:
Elena Ezhova 2014-10-14 10:12:59 +04:00
parent c51e9c8aa2
commit 0a0a94682f

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: