]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove VPN specific exception
authorarmando-migliaccio <armamig@gmail.com>
Sat, 7 Feb 2015 02:11:11 +0000 (18:11 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Sat, 7 Feb 2015 05:06:24 +0000 (21:06 -0800)
commit5f5260e47333bcbafb8818a63e6419ed8460ec37
treeec4a65f5b564bb7a39043fb7280a3a9057422f7a
parentb1b15d26f538bf46b5cc53a6ef3595e3886f28f1
Remove VPN specific exception

This exception is an overkill, and can be safely removed. The tests
affected were not designed to cover any regression as they were asserting
that the mocked Exception was being raised, defeating the very purpose of
catching the regression; they have been revised to ensure that the checks
are not misplaced in future revision of the code, or that they behave the
way they are supposed to.

Partially-Implements: blueprint services-split
Depends-On: https://review.openstack.org/#/c/153543/

Change-Id: I22cc8cd4383259dd4ee20bcbc041d589172d88c8
neutron/common/exceptions.py
neutron/extensions/l3.py
neutron/tests/unit/db/test_l3_dvr_db.py