]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow plugin to specify router_id
authorAaron Rosen <aaronorosen@gmail.com>
Wed, 4 Mar 2015 21:34:26 +0000 (13:34 -0800)
committerAaron Rosen <aaronorosen@gmail.com>
Fri, 24 Apr 2015 04:56:21 +0000 (21:56 -0700)
commit27c8ad5108208afcae8494d5bb2827edb858545e
treeda5345a743e27f9747c7960db75fc5e739961c01
parent62d0460eb96663693b56f27a51d126ec4b4d422b
Allow plugin to specify router_id

It is useful to allow the backend to specify the uuid that we want neutron to
use. We currently do this same thing for networks. This patch enables the same
behavior for routers as well.

Change-Id: If675dfd2997217886976301270ef5f773ffa7a13
neutron/db/l3_db.py
neutron/tests/unit/extensions/test_l3.py