Skip to content

Commit

Permalink
Bug 902626
Browse files Browse the repository at this point in the history
Fixing typo which breaks floating_ip_get_all_by_project.

Change-Id: Ic586455b202ece5a9fb61e78d243502069d39242
  • Loading branch information
jakedahn committed Dec 15, 2011
1 parent 7e7abf8 commit 369050f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nova/db/sqlalchemy/api.py
Expand Up @@ -585,7 +585,6 @@ def floating_ip_set_auto_assigned(context, address):
floating_ip_ref.save(session=session)


@require_admin_context
def _floating_ip_get_all(context):
return model_query(context, models.FloatingIp, read_deleted="no").\
options(joinedload_all('fixed_ip.instance'))
Expand Down

0 comments on commit 369050f

Please sign in to comment.