126
126
fixed_ip_address = ips[0]['fixed_ip']['address']
127
127
ips[0]['fixed_ip'] = None
130
131
def fake_floating_ip_fixed_ip_associate(context, floating_address,
132
133
float = filter(lambda i: i['address'] == floating_address,
134
135
fixed = filter(lambda i: i['address'] == fixed_address,