]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move network MTU from core REST API to extension API
authorTim Swanson <tiswanso@cisco.com>
Tue, 31 Mar 2015 16:13:16 +0000 (12:13 -0400)
committerTim Swanson <tiswanso@cisco.com>
Thu, 2 Apr 2015 16:48:56 +0000 (12:48 -0400)
commit692de8fa522f8da644bb8fc1d06c16403689f06c
treea068e3f396913fe4c9d2568f40f904f9adc2475d
parent0549c31b03457797f9e8271e3671e0cd0818a8e5
Move network MTU from core REST API to extension API

The network MTU was added to the core REST API via
https://review.openstack.org/#/c/154921.  This commit
reverts that change and adds the network MTU to the
extension API.

Change-Id: I7a7d679f471ced3230f230684d5ae9789bcca305
Closes-bug: 1434671
neutron/api/v2/attributes.py
neutron/db/netmtu_db.py [new file with mode: 0644]
neutron/extensions/netmtu.py [new file with mode: 0644]
neutron/plugins/ml2/plugin.py
neutron/tests/unit/test_db_plugin.py
neutron/tests/unit/test_extension_netmtu.py [new file with mode: 0644]