]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow L3 base to handle extensions on router creation
authorarmando-migliaccio <armamig@gmail.com>
Mon, 2 Jun 2014 14:31:33 +0000 (07:31 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 4 Jun 2014 08:27:15 +0000 (01:27 -0700)
commit0759ed18a95b438bf775d6905256119f1cee75db
treec1e7365262ad3adce19a9f8c9708c2b53fdcba59
parent55243850d4bf0d127b7a1ef99353ec4195bda03a
Allow L3 base to handle extensions on router creation

By changing the boolean flag, API extensions made to
the router model can be handled correctly: this means
that on router creation, the response body will
contain all the extension attributes being part of
the resource. Prior to this fix, it was only on GETs
or PUTs, leaving the user at loss as to whether
the flag was actually being processed.

Closes-bug: #1325608
Supports-blueprint: neutron-ovs-dvr

Change-Id: I6f913c8417676a789177e00f30eb5875e7aaa3ae
neutron/db/l3_db.py
neutron/plugins/midonet/plugin.py
neutron/tests/unit/test_l3_plugin.py