]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove the useless l3plugin check in l3_rpc.py
authorHong Hui Xiao <xiaohhui@cn.ibm.com>
Sun, 15 Nov 2015 13:49:13 +0000 (08:49 -0500)
committerHong Hui Xiao <xiaohhui@cn.ibm.com>
Sun, 15 Nov 2015 13:49:13 +0000 (08:49 -0500)
commit4676c55f9d29e5d976951b857ca21e0b994e213c
tree6acd344119f82c568d68f1ab27b5f60c64c712ee
parent27437bce90baad40588f8abe74515120105ae5fc
Remove the useless l3plugin check in l3_rpc.py

Without "L3_ROUTER_NAT" in neutron's service_plugins, l3_rpc will
fail when getting l3plugin. So, remove the useless "if" block
here.

Change-Id: I56f417e5723ed40c70a186394de0bfcff696e469
Closes-Bug: #1514144
neutron/api/rpc/handlers/l3_rpc.py