]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add router ownership check on vpnservice creation
authorNachi Ueno <nachi@ntti3.com>
Thu, 12 Sep 2013 01:52:01 +0000 (18:52 -0700)
committerNachi Ueno <nachi@ntti3.com>
Fri, 13 Sep 2013 17:09:15 +0000 (10:09 -0700)
commit576a56cc043f741d14ea68e3ff9a81d39c1846f8
tree05d7f291ec310b0d1e693e49783b70dd37989314
parent494c97a413371b443c8e8d38abfb4dfd02090e86
Add router ownership check on vpnservice creation

Router ownership must be checked on vpnservice creation.
In this commit, we added the check.

Fixes bug 1224196

Change-Id: I14b18225f82ebe691f253fbd7645ecfc7f12faad
neutron/db/vpn/vpn_db.py
neutron/extensions/vpnaas.py
neutron/tests/unit/db/vpn/test_db_vpnaas.py