]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Expose Rest Api access to mtu attributes
authorPradeep Kilambi <pkilambi@cisco.com>
Tue, 10 Feb 2015 22:42:20 +0000 (14:42 -0800)
committerPradeep Kilambi <pkilambi@cisco.com>
Tue, 17 Mar 2015 18:07:11 +0000 (18:07 +0000)
commit0225607ab9a9337914891e082adafc6199e0582a
treefea521468b1733bcc902f78b0cb68af0f1b1ae41
parentc24fa039eb52d7c02a3f5b8ef37d663e32546ae8
Expose Rest Api access to mtu attributes

Exposing Read only access to mtu attributes via the network
api calls so GET operations can be performed. Tied in the
mtu attribute with create network call and use the config
default. Also included unit tests to cover default and
override config case for segment_mtu attribute.

Partially Implements: blueprint mtu-selection-and-advertisement

Change-Id: I811c288bdd96691a96d1721eb29354c0911edf3a
neutron/api/v2/attributes.py
neutron/common/constants.py
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/test_db_plugin.py