Merge "Retry floating_ip_fixed_ip_associate on deadlock."

This commit is contained in:
Jenkins
2013-02-27 00:40:26 +00:00
committed by Gerrit Code Review
+1
View File
@@ -744,6 +744,7 @@ def floating_ip_count_by_project(context, project_id, session=None):
@require_context
@_retry_on_deadlock
def floating_ip_fixed_ip_associate(context, floating_address,
fixed_address, host):
session = get_session()