working on getting tests back

This commit is contained in:
Sandy Walsh 2011-09-12 15:22:30 -07:00
parent 397600f396
commit 55034443c4

@ -672,7 +672,7 @@ def floating_ip_update(context, address, values):
def fixed_ip_associate(context, address, instance_id, network_id=None,
reserved=False):
"""Keyword arguments:
reserved -- should be a boolean value(True or False), exact value will be
reserved -- should be a boolean value(True or False), exact value will be
used to filter on the fixed ip address
"""
session = get_session()