]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicated check for router connect to external net
authorWei Wang <wangwei@unitedstack.com>
Wed, 6 Aug 2014 16:19:41 +0000 (00:19 +0800)
committerWei Wang <wangwei@unitedstack.com>
Wed, 6 Aug 2014 18:27:58 +0000 (02:27 +0800)
commit03c4dc3573f640d06b80d686a389f1f3438a6d25
tree9fb08f9c16e44a315f5a2d712fa1717df8791548
parentd8c70257b03c9877467d9efc771750b4209d7c8c
Remove duplicated check for router connect to external net

In the function get_assoc_data, we check the router which get
from _get_router_for_floatingip whether connect to external net,
but as it has already checked in _get_router_for_floatingip.

Change-Id: I0c00c480273145538d19569dc0a679e9935ad8f9
Closes-bug: #1353414
neutron/db/l3_db.py