]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop duplicated port_id check in remove_router_interface()
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Sun, 2 Dec 2012 21:17:20 +0000 (06:17 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Thu, 6 Dec 2012 03:40:16 +0000 (12:40 +0900)
commit73161b06b038293dc680e8af5a37d059b67e8a82
treecc5052e18525e980eb0366635bf6abd92a0b79a0
parentb939b0749a1a37400702286d19951d1682abccc7
Drop duplicated port_id check in remove_router_interface()

Fixes bug 1075157

In addition exceptions used in remove_router_intreface are defined
and gettextized.

Change-Id: I30b1561f3d4be12e485c506e5c3828b41ab226ef
quantum/api/v2/base.py
quantum/common/exceptions.py
quantum/db/l3_db.py
quantum/extensions/l3.py