Ihar Hrachyshka f21c7e2851 Allow to set/modify network mtu
This patch adds ``net-mtu-writable`` API extension that allows to write
to network ``mtu`` attribute.

The patch also adds support for the extension to ml2, as well as covers
the feature with unit and tempest tests. Agent side implementation of
the feature is moved into a separate patch to ease review.

DocImpact: neutron controller now supports ``net-mtu-writable`` API
           extension.
APIImpact: new ``net-mtu-writable`` API extension was added.

Related-Bug: #1671634
Change-Id: Ib232796562edd8fa69ec06b0cc5cb752c1467add
2017-08-11 00:57:34 +00:00
..
2017-07-12 13:30:50 +07:00
2016-12-22 13:25:50 +00:00
2017-07-25 15:20:19 +09:00
2017-01-05 16:59:36 -06:00
2017-08-11 00:57:34 +00:00
2017-07-31 09:39:02 +00:00
2017-03-24 15:52:34 +00:00
2017-04-26 12:12:53 -06:00
2017-07-31 09:39:02 +00:00
2017-06-13 19:27:27 +00:00
2017-03-07 23:06:00 +00:00

Neutron Objects

Directory

This directory is designed to contain all modules which have objects definitions shipped with core Neutron. The files and directories located inside of this directory should follow the guidelines below.

Structure

The Neutron objects tree should have the following structure:

  • The expected directory structure is flat, except for the ML2 plugins. All ML2 plugin objects should fall under the plugins subdirectory (i.e. plugins/ml2/gre_allocation).
  • Module names should use singular forms for nouns (network.py, not networks.py).